Skip to content

Commit

Permalink
Document GitHub CLI Extension (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX authored Dec 22, 2024
1 parent d92536b commit ba8f58e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ The legacy nuget package [can be found here](https://www.nuget.org/packages/io.g
- `dotnet tool install --global io.github.christopherhx.gharun`
- Run `gharun` like `Runner.Client`

### GitHub CLI Extension (gh rc)
The experimental [GitHub CLI](https://docs.github.com/en/github-cli/github-cli/about-github-cli) Extension [can be found here](https://github.com/actions-oss/gh-rc)
- If you face crashes like frequently seen on macos-arm64
- please install the Dotnet Tool instead of the gh cli extension
- please report these problems together with the log as [GitHub Issues](https://github.com/actions-oss/gh-rc/issues/new)
- eventually we need to forward them to the dotnet runtime
- `gh extension install https://github.com/actions-oss/gh-rc`
- Run `gh rc` instead of `Runner.Client`

### Azure Pipelines
This is experimental and covers a subset of Azure Pipelines.

Expand Down Expand Up @@ -607,4 +616,4 @@ The following things will behave exactly like the original
- step evaluation on the runner incl. container actions

## Something not working?
Please open an issue at this fork, to get it fixed.
Please open an issue at this fork, to get it fixed.

0 comments on commit ba8f58e

Please sign in to comment.