Skip to content

Commit 0b72f1c

Browse files
committed
add job status and pr link
1 parent 854d20b commit 0b72f1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

payload-slack-content.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "header",
66
"text": {
77
"type": "plain_text",
8-
"text": ":looker: Looker Github Action :github: - Weekly Update",
8+
"text": ":looker: Looker Github Action :github: - Weekly Update ${{ job.status }}",
99
"emoji": true
1010
}
1111
},
@@ -16,7 +16,7 @@
1616
"type": "section",
1717
"text": {
1818
"type": "plain_text",
19-
"text": "Status: \n Commit:",
19+
"text": "Status: ${{ job.status }}\n Commit: ${{ github.event.pull_request.html_url }}",
2020
"emoji": true
2121
}
2222
},

0 commit comments

Comments
 (0)