full path required for extension install (#1670)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: ChristopherHX <christopher.homberger@web.de>
This commit is contained in:
parent
8c28c9fd8f
commit
9fab59954c
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ nix run nixpkgs#act
|
|||
Act can be installed as a [GitHub CLI](https://cli.github.com/) extension:
|
||||
|
||||
```sh
|
||||
gh extension install nektos/gh-act
|
||||
gh extension install https://github.com/nektos/gh-act
|
||||
```
|
||||
|
||||
## Other install options
|
||||
|
|
Loading…
Reference in a new issue