aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 }}