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 53bc83a commit 73dcf30Copy full SHA for 73dcf30
.github/workflows/statuses.yml
@@ -52,7 +52,7 @@ jobs:
52
- run: echo "SHA=${{ github.event.pull_request.head.sha }}" >> $GITHUB_ENV
53
if: github.event_name == 'pull_request_target'
54
55
- - run: echo "SHA=${{ env.GITHUB_SHA }}" >> $GITHUB_ENV
+ - run: echo "SHA=${{ github.sha }}" >> $GITHUB_ENV
56
if: github.event_name != 'pull_request_target'
57
58
- run: echo "The SHA is ${{ env.SHA }}"
0 commit comments