diff --git a/.github/workflows/evaluate.yaml b/.github/workflows/evaluate.yaml index 4d19c591..4e271467 100644 --- a/.github/workflows/evaluate.yaml +++ b/.github/workflows/evaluate.yaml @@ -56,11 +56,11 @@ jobs: body: "Starting evaluation! Check the Actions tab for progress, or wait for a comment with the results." }) - - name: Checkout pull request + - name: Checkout default branch uses: actions/checkout@v4 - - name: Checkout Pull Request - run: hub pr checkout ${{ github.event.issue.number }} + - name: Checkout actual pull request + run: gh pr checkout ${{ github.event.issue.number }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}