Skip to content

Commit 7258c2f

Browse files
committed
fiddle escapes
1 parent e7e9693 commit 7258c2f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/zhook.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
ulimit -c unlimited
5353
valgrind --verbose --log-file=/tmp/zook.py-valgrind-%p-%n.log --leak-check=full python ./zhook.py
5454
55-
- name: Run as Docker Action with Core Dumps
55+
- name: Run in Docker with Core Dumps
5656
if: |
5757
github.repository_owner == 'openziti'
5858
&& ((github.event_name != 'pull_request_review')
@@ -65,11 +65,11 @@ jobs:
6565
docker run --rm \
6666
-v "${{ github.workspace }}:${{ github.workspace }}" \
6767
-w "${{ github.workspace }}" \
68-
-e INPUT_ZITIID="${{ secrets.ZITI_MATTERMOST_IDENTITY }}" \
69-
-e INPUT_WEBHOOKURL="${{ secrets.ZHOOK_URL_DEV_NOTIFICATIONS }}" \
70-
-e INPUT_EVENTJSON='${{ toJson(github.event) }}' \
71-
-e INPUT_SENDERUSERNAME="GitHubZ" \
72-
-e INPUT_ZITILOGLEVEL="6" \
68+
-e "INPUT_ZITIID=${{ secrets.ZITI_MATTERMOST_IDENTITY }}" \
69+
-e "INPUT_WEBHOOKURL=${{ secrets.ZHOOK_URL_DEV_NOTIFICATIONS }}" \
70+
-e "INPUT_EVENTJSON=${{ toJson(github.event) }}" \
71+
-e "INPUT_SENDERUSERNAME=GitHubZ" \
72+
-e "INPUT_ZITILOGLEVEL=6" \
7373
--entrypoint /bin/sh \
7474
zhook-action -xc "
7575
ulimit -c unlimited

0 commit comments

Comments
 (0)