Merge pull request #16091 from Homebrew/hub-to-gh
workflows: replace `hub` with `gh`
This commit is contained in:
commit
39f2f1d8ca
2
.github/workflows/sorbet.yml
vendored
2
.github/workflows/sorbet.yml
vendored
@ -103,7 +103,7 @@ jobs:
|
||||
|
||||
- name: Open a pull request
|
||||
if: steps.commit.outputs.pull_request == 'true'
|
||||
run: hub pull-request --no-edit
|
||||
run: gh pr create --fill
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.HOMEBREW_GITHUB_PUBLIC_REPO_TOKEN }}
|
||||
working-directory: ${{ steps.set-up-homebrew.outputs.repository-path }}
|
||||
|
||||
2
.github/workflows/spdx.yml
vendored
2
.github/workflows/spdx.yml
vendored
@ -79,7 +79,7 @@ jobs:
|
||||
|
||||
- name: Open a pull request
|
||||
if: steps.update.outputs.pull_request == 'true'
|
||||
run: hub pull-request --no-edit
|
||||
run: gh pr create --fill
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.HOMEBREW_GITHUB_PUBLIC_REPO_TOKEN }}
|
||||
working-directory: ${{ steps.set-up-homebrew.outputs.repository-path }}
|
||||
|
||||
@ -132,7 +132,7 @@ jobs:
|
||||
|
||||
- name: Open a pull request
|
||||
if: steps.update.outputs.pull_request == 'true'
|
||||
run: hub pull-request --no-edit
|
||||
run: gh pr create --fill
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.HOMEBREW_GITHUB_PUBLIC_REPO_TOKEN }}
|
||||
working-directory: ${{ steps.set-up-homebrew.outputs.repository-path }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user