We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03eb66d commit ebd7a17Copy full SHA for ebd7a17
.github/workflows/pull_request.yml
@@ -62,5 +62,5 @@ jobs:
62
63
exit "$exit_code"
64
env:
65
- SOURCE_BRANCH: ${{ github.event.pull_request.head.sha }}
+ SOURCE_BRANCH: ${{ github.sha }}
66
TARGET_BRANCH: "origin/${{ github.base_ref }}"
0 commit comments