Skip to content

Commit f4bd72d

Browse files
authored
Merge pull request #128 from Azure-Samples/evaltest8
Use gh cli instead of hub
2 parents 18f429c + 464a4ae commit f4bd72d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/evaluate.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ jobs:
5656
body: "Starting evaluation! Check the Actions tab for progress, or wait for a comment with the results."
5757
})
5858
59-
- name: Checkout pull request
59+
- name: Checkout default branch
6060
uses: actions/checkout@v4
6161

62-
- name: Checkout Pull Request
63-
run: hub pr checkout ${{ github.event.issue.number }}
62+
- name: Checkout actual pull request
63+
run: gh pr checkout ${{ github.event.issue.number }}
6464
env:
6565
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6666

0 commit comments

Comments
 (0)