Skip to content

Commit

Permalink
Merge pull request Uninett#3213 from Uninett/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/slackapi/slack-github-action-2.0.0

Bump slackapi/slack-github-action from 1.27.0 to 2.0.0
johannaengland authored Nov 19, 2024
2 parents 5274ba0 + 569cc4a commit 5937b2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dockercompose.yml
Original file line number Diff line number Diff line change
@@ -37,13 +37,13 @@ jobs:
- name: Send GitHub Action trigger data to Slack workflow
id: slack
if: failure()
uses: slackapi/slack-github-action@v1.27.0
uses: slackapi/slack-github-action@v2.0.0
with:
payload: |
{
"title": "Building NAV's Docker Compose dev environment failed",
"github_ref_name": "${{ github.ref_name }}",
"url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
webhook-type: webhook-trigger

0 comments on commit 5937b2a

Please sign in to comment.