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 e891a24 commit 49c6a1bCopy full SHA for 49c6a1b
.github/workflows/bot-pr-new.yaml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@v2
23
with:
24
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}
25
- ref: ${{ github.event.client_payload.pull_request.head.ref }}
+ ref: ${{ github.event.client_payload.pull_request.head.sha }}
26
- name: Fetch base master branch
27
run: git fetch -u "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY" master:master
28
- name: Create message
0 commit comments