Skip to content

Commit

Permalink
chore: build dist and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
team-integrations-fnm-bot committed Dec 13, 2022
1 parent f830dda commit eacc64b
Show file tree
Hide file tree
Showing 2 changed files with 870 additions and 94 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To install the latest version (i.e. `*` or `latest`) of the Octopus CLI:

```yml
- name: Install Octopus CLI 🐙
uses: OctopusDeploy/install-octopus-cli-action@v1
uses: OctopusDeploy/install-octopus-cli-action@v3
with:
version: '*'
```
Expand All @@ -28,7 +28,7 @@ To install a specific version of the Octopus CLI:
```yml
- name: Install Octopus CLI 🐙
uses: OctopusDeploy/install-octopus-cli-action@v1
uses: OctopusDeploy/install-octopus-cli-action@v3
with:
version: 9.0.0
```
Expand All @@ -37,7 +37,7 @@ Here's an example of invoking the `list-deployments` command after installing th

```yml
- name: Install Octopus CLI 🐙
uses: OctopusDeploy/install-octopus-cli-action@v1
uses: OctopusDeploy/install-octopus-cli-action@v3
with:
version: 9.0.0
- name: list-octopusdeploy-deployments
Expand Down
Loading

0 comments on commit eacc64b

Please sign in to comment.