You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ A GitHub action to configure the IBM Cloud CLI and install plug-ins. It is usual
8
8
9
9
```yml
10
10
- name: Configure IBM Cloud CLI
11
-
uses: dprosper/ic-setup-cli@v0.1.1
11
+
uses: dprosper/ic-setup-cli@v0.1.2
12
12
with:
13
13
API_KEY: ${{ secrets.API_KEY }}
14
14
INSTALL_PLUGINS: code-engine,container-service
@@ -33,7 +33,7 @@ A GitHub action to configure the IBM Cloud CLI and install plug-ins. It is usual
33
33
34
34
## Versioning
35
35
36
-
For this action you can lock the version to use by specifying it like this: `dprosper/ic-setup-cli@v0.1.1`.
36
+
For this action you can lock the version to use by specifying it like this: `dprosper/ic-setup-cli@v0.1.2`.
37
37
38
38
This action will always install the latest versions of the CLI and selected plug-ins. If you really need to, you can control the version of a plug-in used by specifing a specific version like this: `code-engine@v1.28.0`.
0 commit comments