Skip to content

Commit

Permalink
chore: removed references to CLI, as we don't use it anymore (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
slewis74 authored Dec 9, 2022
1 parent bfb8b66 commit 0709a33
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<img alt= "" src="https://github.com/OctopusDeploy/push-package-action/raw/main/assets/github-actions-octopus.png" />

This is a GitHub Action to push a package to [Octopus Deploy](https://octopus.com/). It requires the [Octopus CLI](https://octopus.com/docs/octopus-rest-api/octopus-cli); please ensure to include [install-octopus-cli-action](https://github.com/OctopusDeploy/install-octopus-cli-action) in your workflow (example below) before using this GitHub Action.
This is a GitHub Action to push a package to [Octopus Deploy](https://octopus.com/).

## Examples

Expand All @@ -11,10 +11,7 @@ Incorporate the following actions in your workflow to push a package to Octopus
```yml
steps:
- uses: actions/checkout@v3
- name: Install Octopus CLI 🐙
uses: OctopusDeploy/install-octopus-cli-action@v1
with:
version: latest

- name: Push a package to Octopus Deploy 🐙
uses: OctopusDeploy/push-package-action@v2
env:
Expand Down

0 comments on commit 0709a33

Please sign in to comment.