Skip to content

Commit 04b0a0b

Browse files
committed
add payload as file parse false
1 parent d0f5a4f commit 04b0a0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/staging-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
uses: slackapi/[email protected]
5757
with:
5858
payload-file-path: "./payload-slack-content.json"
59+
payload-file-path-parsed: false
5960
env:
6061
PULL_REQUEST_JOB_STATUS: ${{ job.status }}
6162
PULL_REQUEST_JOB_STATUS_COLOR: ${{ job.status == 'success' && vars.COLOR_GREEN || job.status == 'failure' && vars.COLOR_RED || vars.COLOR_ORANGE }}

0 commit comments

Comments
 (0)