Skip to content

Commit

Permalink
Merge pull request #232 from springernature/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/slackapi/slack-github-action-1.25.0

Bump slackapi/slack-github-action from 1.24.0 to 1.25.0
  • Loading branch information
stigtermichiel authored Feb 5, 2024
2 parents a046d86 + 6e825b5 commit 6a02b24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/for-dependabot-to-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
entrypoint: /bin/sh
- name: 'Notify slack #halfpipe-dev (failure)'
if: failure()
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.25.0
with:
channel-id: '#halfpipe-dev'
slack-message: '${{ job.status }} for pipeline ${{ github.workflow }} - link to the pipeline: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}'
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
username: ${{ steps.secrets.outputs.springernature_data_halfpipe-team_cloudfoundry_username-snpaas }}
- name: 'Notify slack #halfpipe-dev (failure)'
if: failure()
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.25.0
with:
channel-id: '#halfpipe-dev'
slack-message: '${{ job.status }} for pipeline ${{ github.workflow }} - link to the pipeline: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}'
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
echo "- eu.gcr.io/halfpipe-io/blah:${{ env.GIT_REVISION }}" >> $GITHUB_STEP_SUMMARY
- name: 'Notify slack #halfpipe-dev (failure)'
if: failure()
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.25.0
with:
channel-id: '#halfpipe-dev'
slack-message: '${{ job.status }} for pipeline ${{ github.workflow }} - link to the pipeline: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}'
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
run: docker-compose -f e2e/actions/docker-compose/docker-compose.yml down
- name: 'Notify slack #halfpipe-dev (failure)'
if: failure()
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.25.0
with:
channel-id: '#halfpipe-dev'
slack-message: '${{ job.status }} for pipeline ${{ github.workflow }} - link to the pipeline: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}'
Expand Down

0 comments on commit 6a02b24

Please sign in to comment.