Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dprosper committed Apr 25, 2022
1 parent 6d75d03 commit 5a5c220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A GitHub action to configure the IBM Cloud CLI and install plug-ins. It is usual

```yml
- name: Configure IBM Cloud CLI
uses: dprosper/[email protected].1
uses: dprosper/[email protected].2
with:
API_KEY: ${{ secrets.API_KEY }}
INSTALL_PLUGINS: code-engine,container-service
Expand All @@ -33,7 +33,7 @@ A GitHub action to configure the IBM Cloud CLI and install plug-ins. It is usual

## Versioning

For this action you can lock the version to use by specifying it like this: `dprosper/[email protected].1`.
For this action you can lock the version to use by specifying it like this: `dprosper/[email protected].2`.

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: `[email protected]`.

Expand Down

0 comments on commit 5a5c220

Please sign in to comment.