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 741fc7e commit 1214f30Copy full SHA for 1214f30
.github/workflows/check-run.yml
@@ -27,7 +27,9 @@ jobs:
27
steps.get-permission.outputs.require-result == 'false'
28
&& github.triggering_actor != 'bw-ghapp[bot]'
29
env:
30
+ GITHUB_TRIGGERING_ACTOR: ${{ github.triggering_actor }}
31
USER_PERMISSIONS: ${{ steps.get-permission.outputs.user-permission }}
32
+ GITHUB_ACTOR: ${{ github.actor }}
33
run: |
34
echo "User ${GITHUB_TRIGGERING_ACTOR} does not have the necessary access for this repository."
35
echo "Current permission level is ${USER_PERMISSIONS}."
0 commit comments