Skip to content

Commit

Permalink
Update readme with working example (#3)
Browse files Browse the repository at this point in the history
* Update readme with working example and update cli version to latest

Fix `uses' attribute must be a path, a Docker image, or owner/repo@ref error

* Add missing version letter to readme example

Co-authored-by: Erik Berggren <34570871+erikbrgn@users.noreply.github.com>

* Keep the comment in the readme

---------

Co-authored-by: Erik Berggren <34570871+erikbrgn@users.noreply.github.com>
  • Loading branch information
frzkn and erikbrgn authored Dec 12, 2023
1 parent 0069963 commit 4474568
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 @@ -6,7 +6,7 @@ Selfhosted runners do not come with the GH CLI out of the box. This action is an

```yaml
- name: Install GH CLI
uses: dev-hanz-ops/install-gh-cli-action
uses: dev-hanz-ops/install-gh-cli-action@v0.1.0
with:
gh-cli-version: 2.14.2 # optional, see action.yml for current default
gh-cli-version: 2.32.0 # optional, see action.yml for current default
```

0 comments on commit 4474568

Please sign in to comment.