We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e327fae commit 464a4aeCopy full SHA for 464a4ae
.github/workflows/evaluate.yaml
@@ -60,7 +60,7 @@ jobs:
60
uses: actions/checkout@v4
61
62
- name: Checkout actual pull request
63
- run: hub pr checkout ${{ github.event.issue.number }}
+ run: gh pr checkout ${{ github.event.issue.number }}
64
env:
65
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66
0 commit comments