Skip to content

Commit

Permalink
feat(updated-links): updated test-slack.yml to use the actions of cur…
Browse files Browse the repository at this point in the history
…rent branch instead of the main branch
  • Loading branch information
wimvdputten committed Sep 25, 2024
1 parent a720ef1 commit 199bcc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
jobs:
notify-start:
name: Notify release start
uses: ho-nl/release-slack-action/.github/workflows/notify-slack-start.yml@main
uses: ./.github/workflows/notify-slack-start.yml
secrets:
slackToken: ${{ secrets.SLACK_BOT_RELEASE_TOKEN}}
with:
Expand All @@ -30,7 +30,7 @@ jobs:
if: always()
name: Notify release end
needs: [ notify-start, release ]
uses: ho-nl/release-slack-action/.github/workflows/notify-slack-end.yml@main
uses: ./.github/workflows/notify-slack-end.yml
secrets:
slackToken: ${{ secrets.SLACK_BOT_RELEASE_TOKEN}}
with:
Expand Down

0 comments on commit 199bcc2

Please sign in to comment.