Skip to content

Commit 4474568

Browse files
frzknerikbrgn
andauthored
Update readme with working example (#3)
* 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 <[email protected]> * Keep the comment in the readme --------- Co-authored-by: Erik Berggren <[email protected]>
1 parent 0069963 commit 4474568

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Selfhosted runners do not come with the GH CLI out of the box. This action is an
66

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

0 commit comments

Comments
 (0)