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 d62e206 commit ed866b5Copy full SHA for ed866b5
.github/workflows/statuses.yml
@@ -50,10 +50,10 @@ jobs:
50
fail-fast: false
51
steps:
52
- run: echo "SHA=${{ github.event.pull_request.head.sha }}" >> $GITHUB_ENV
53
- if: github.event_name == 'pull_request'
+ if: github.event_name == 'pull_request_target'
54
55
- run: echo "SHA=${{ env.GITHUB_SHA }}" >> $GITHUB_ENV
56
- if: github.event_name != 'pull_request'
+ if: github.event_name != 'pull_request_target'
57
58
- run: echo "The SHA is ${{ env.SHA }}"
59
0 commit comments