Skip to content

Commit 59b4b94

Browse files
committed
encode event json to avoid whitespace errors
1 parent 80db146 commit 59b4b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/zhook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
env:
6565
INPUT_ZITIID: ${{ secrets.ZITI_MATTERMOST_IDENTITY }}
6666
INPUT_WEBHOOKURL: ${{ secrets.ZHOOK_URL_DEV_NOTIFICATIONS }}
67-
INPUT_EVENTJSON: ${{ toJson(github.event) }}
67+
INPUT_EVENTJSON: ${{ toBase64(toJson(github.event)) }}
6868
INPUT_SENDERUSERNAME: GitHubZ
6969
INPUT_SENDERICONURL: https://github.com/fluidicon.png
7070
INPUT_ZITILOGLEVEL: 6

0 commit comments

Comments
 (0)