Skip to content

Commit 1214f30

Browse files
🔧 Fixed missing env vars (#490)
1 parent 741fc7e commit 1214f30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check-run.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
steps.get-permission.outputs.require-result == 'false'
2828
&& github.triggering_actor != 'bw-ghapp[bot]'
2929
env:
30+
GITHUB_TRIGGERING_ACTOR: ${{ github.triggering_actor }}
3031
USER_PERMISSIONS: ${{ steps.get-permission.outputs.user-permission }}
32+
GITHUB_ACTOR: ${{ github.actor }}
3133
run: |
3234
echo "User ${GITHUB_TRIGGERING_ACTOR} does not have the necessary access for this repository."
3335
echo "Current permission level is ${USER_PERMISSIONS}."

0 commit comments

Comments
 (0)