From ba8f58eb859d5c8d741b6a1ac1596f8230a7e824 Mon Sep 17 00:00:00 2001 From: ChristopherHX Date: Sun, 22 Dec 2024 13:06:11 +0100 Subject: [PATCH] Document GitHub CLI Extension (#488) --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e86efe8b540..12a27e37fdd 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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. \ No newline at end of file +Please open an issue at this fork, to get it fixed.