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.
1 parent 476e61b commit 3d3b3daCopy full SHA for 3d3b3da
.github/workflows/bot-pr-fix.yaml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
# Head repo is the user's fork. Ref is the branch name.
31
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}
32
- ref: ${{ github.event.client_payload.pull_request.head.ref }}
+ ref: ${{ github.event.client_payload.pull_request.head.sha }}
33
- name: Fetch base master branch
34
run: git fetch -u "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY" master:master
35
- name: Format notebooks
0 commit comments