Skip to content

Commit

Permalink
Update slack_integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drewoldag authored Oct 2, 2023
1 parent ad66a07 commit 181586a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/slack_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: CI for Template

on:
workflow_dispatch:
${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}

jobs:
tests:
Expand All @@ -22,6 +23,13 @@ jobs:
"type": "mrkdwn",
"text": "GitHub Action build result: ${{ job.status }}\n${{ github.event.pull_request.html_url || github.event.head_commit.url }}"
}
},
{
"type": "section",
"test": {
"type": "mrkdwn",
"text": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
}
}
]
}
Expand Down

0 comments on commit 181586a

Please sign in to comment.