Skip to content

Commit d726aa1

Browse files
committed
add required vars to the docker env
1 parent d481575 commit d726aa1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/zhook.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ jobs:
8282
INPUT_SENDERICONURL=${INPUT_SENDERICONURL}
8383
INPUT_ZITILOGLEVEL=${INPUT_ZITILOGLEVEL}
8484
GITHUB_WORKSPACE=${GITHUB_WORKSPACE}
85+
GITHUB_EVENT_NAME=${GITHUB_EVENT_NAME}
86+
GITHUB_ACTION_REPOSITORY=${GITHUB_ACTION_REPOSITORY}
8587
EOF
8688
8789
# configure the kernel to write core dumps to the workspace directory that is writable by the container in case there is a segfault valgrind cannot catch in a vgcore.%p

0 commit comments

Comments
 (0)