Skip to content

Commit

Permalink
add job status and pr link
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelrios committed May 9, 2024
1 parent 854d20b commit 0b72f1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions payload-slack-content.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "header",
"text": {
"type": "plain_text",
"text": ":looker: Looker Github Action :github: - Weekly Update",
"text": ":looker: Looker Github Action :github: - Weekly Update ${{ job.status }}",
"emoji": true
}
},
Expand All @@ -16,7 +16,7 @@
"type": "section",
"text": {
"type": "plain_text",
"text": "Status: \n Commit:",
"text": "Status: ${{ job.status }}\n Commit: ${{ github.event.pull_request.html_url }}",
"emoji": true
}
},
Expand Down

0 comments on commit 0b72f1c

Please sign in to comment.