File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments