diff options
| author | 2023-05-05 11:00:10 +0100 | |
|---|---|---|
| committer | 2023-05-05 11:00:10 +0100 | |
| commit | 4521853f5f751452be63b6351ccdc1564a9cb2d4 (patch) | |
| tree | f60c0e85c6f3671ae5988292273c280b21db76b1 | |
| parent | Update azure/k8s-deploy to v4 (diff) | |
Simplify call to SebastiaanZ/github-status-embed-for-discord
| -rw-r--r-- | .github/workflows/status_embed.yaml | 8 | 
1 files changed, 0 insertions, 8 deletions
| diff --git a/.github/workflows/status_embed.yaml b/.github/workflows/status_embed.yaml index 2b6a927..7ba7dd9 100644 --- a/.github/workflows/status_embed.yaml +++ b/.github/workflows/status_embed.yaml @@ -46,15 +46,7 @@ jobs:            webhook_token: ${{ secrets.GHA_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 }} | 
