Skip to content

Commit

Permalink
chore(github-action): create PR for release-<x> branches (fixup)
Browse files Browse the repository at this point in the history
remove gh cli is pre-installed
  • Loading branch information
o-orand committed Jan 3, 2024
1 parent 8968144 commit c26e029
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/create-PRs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,7 @@ jobs:
with:
fetch-depth: 0

- name: Install gh-cli
#See https://github.com/marketplace/actions/install-a-binary-from-github-releases
uses: jaxxstorm/[email protected]
with:
repo: cli/cli
tag: v2.40.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # reduce potential rate limiting
# GH cli is already pre-install, see https://docs.github.com/en/actions/using-workflows/using-github-cli-in-workflows

- name: Install yq cli
#See https://github.com/marketplace/actions/install-a-binary-from-github-releases
Expand Down

0 comments on commit c26e029

Please sign in to comment.