Skip to content

Commit 8f431e2

Browse files
authored
Merge pull request #2176 from MarkDaoust/use_sha
Use sha instead of ref.
2 parents 476e61b + 3d3b3da commit 8f431e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bot-pr-fix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
# Head repo is the user's fork. Ref is the branch name.
3131
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}
32-
ref: ${{ github.event.client_payload.pull_request.head.ref }}
32+
ref: ${{ github.event.client_payload.pull_request.head.sha }}
3333
- name: Fetch base master branch
3434
run: git fetch -u "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY" master:master
3535
- name: Format notebooks

0 commit comments

Comments
 (0)