Skip to content

Commit

Permalink
Update payload integration test to escape invalid characters (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-ashleyintech committed May 31, 2023
1 parent f07b4a2 commit 9df6813
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ./
Expand Down

0 comments on commit 9df6813

Please sign in to comment.