From 9c984b936b7de43c4bf36feb12de247af37c54e3 Mon Sep 17 00:00:00 2001 From: Ashley Huynh Date: Wed, 31 May 2023 11:45:38 -0400 Subject: [PATCH] Update payload integration test to escape invalid characters --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 98459f28..bbc48707 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -104,7 +104,9 @@ jobs: - uses: actions/checkout@v3 - run: npm ci && npm run build - name: Dump out GitHub Context - run: echo '${{ toJSON(github) }}' + run: echo $JSON + env: + JSON: ${{ toJSON(github) }} - name: Post message to Slack with Payload path id: slackPayloadFile uses: ./