Skip to content

Commit e327fae

Browse files
committed
Wording change
1 parent 18f429c commit e327fae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/evaluate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ 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
62+
- name: Checkout actual pull request
6363
run: hub pr checkout ${{ github.event.issue.number }}
6464
env:
6565
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)