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.
2 parents 18f429c + 464a4ae commit f4bd72dCopy full SHA for f4bd72d
.github/workflows/evaluate.yaml
@@ -56,11 +56,11 @@ jobs:
56
body: "Starting evaluation! Check the Actions tab for progress, or wait for a comment with the results."
57
})
58
59
- - name: Checkout pull request
+ - name: Checkout default branch
60
uses: actions/checkout@v4
61
62
- - name: Checkout Pull Request
63
- run: hub pr checkout ${{ github.event.issue.number }}
+ - name: Checkout actual pull request
+ run: gh pr checkout ${{ github.event.issue.number }}
64
env:
65
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66
0 commit comments