aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-02-22 17:43:48 +0000
committerGravatar Chris Lovering <[email protected]>2023-02-22 17:43:48 +0000
commit17c6b63887d019042e942b10c7541a6ece2c3805 (patch)
treef2bf5c9aa7bac7f64b4567e2b1607e0b9aa4436c
parentBump CI action versions to latest (diff)
Bump SebastiaanZ/github-status-embed-for-discord to 0.3.0
This also removes the need to pass some of the keys, so those have been removed.
-rw-r--r--.github/workflows/status_embed.yaml11
1 files changed, 1 insertions, 10 deletions
diff --git a/.github/workflows/status_embed.yaml b/.github/workflows/status_embed.yaml
index e6e3d44..b4a897b 100644
--- a/.github/workflows/status_embed.yaml
+++ b/.github/workflows/status_embed.yaml
@@ -51,22 +51,13 @@ jobs:
# more information and we can fine tune when we actually want
# to send an embed.
- name: GitHub actions status embed for Discord
- uses: SebastiaanZ/[email protected]
+ uses: SebastiaanZ/[email protected]
with:
# Our GitHub Actions webhook
webhook_id: '720737026269511740'
webhook_token: ${{ secrets.DEVOPS_WEBHOOK_TOKEN }}
- # Workflow information
- workflow_name: ${{ github.event.workflow_run.name }}
- run_id: ${{ github.event.workflow_run.id }}
- run_number: ${{ github.event.workflow_run.run_number }}
status: ${{ github.event.workflow_run.conclusion }}
- actor: ${{ github.actor }}
- repository: ${{ github.repository }}
- ref: ${{ github.ref }}
- sha: ${{ github.event.workflow_run.head_sha }}
-
pr_author_login: ${{ steps.pr_info.outputs.pr_author_login }}
pr_number: ${{ steps.pr_info.outputs.pr_number }}
pr_title: ${{ steps.pr_info.outputs.pr_title }}