diff --git a/.github/workflows/create-PRs.yml b/.github/workflows/create-PRs.yml index 931590a4..fb534932 100644 --- a/.github/workflows/create-PRs.yml +++ b/.github/workflows/create-PRs.yml @@ -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/action-install-gh-release@v1.10.0 - 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