Skip to content

Commit 1ff61e3

Browse files
committed
remove parse false
1 parent ba8f015 commit 1ff61e3

File tree

1 file changed

+1
-45
lines changed

1 file changed

+1
-45
lines changed

.github/workflows/staging-push.yml

Lines changed: 1 addition & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -65,48 +65,4 @@ jobs:
6565
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
6666

6767
with:
68-
# payload-file-path: "./payload-slack-content.json"
69-
# payload-file-path-parsed: false
70-
payload: |
71-
{
72-
"attachments": [
73-
{
74-
"color": "${{ env.PULL_REQUEST_JOB_STATUS_COLOR }}",
75-
"fallback": "test",
76-
"blocks": [
77-
{
78-
"type": "header",
79-
"text": {
80-
"type": "plain_text",
81-
"text": ":looker: Looker Github Action :github: - Weekly Update",
82-
"emoji": true
83-
}
84-
},
85-
{
86-
"type": "divider"
87-
},
88-
{
89-
"type": "section",
90-
"text": {
91-
"type": "plain_text",
92-
"text": "Status: ${{ env.PULL_REQUEST_JOB_STATUS }}\n Commit: ${{ env.PULL_REQUEST_COMMIT_URL }}",
93-
"emoji": true
94-
}
95-
},
96-
{
97-
"type": "divider"
98-
},
99-
{
100-
"type": "context",
101-
"elements": [
102-
{
103-
"type": "mrkdwn",
104-
"text": ":testops-notify: created by <www.go.com|Mobile Test Engineering>"
105-
}
106-
]
107-
}
108-
]
109-
}
110-
]
111-
}
112-
68+
payload-file-path: "./payload-slack-content.json"

0 commit comments

Comments
 (0)