From 199bcc21bffbe1769641681c01e6bf66a4ffe8fe Mon Sep 17 00:00:00 2001 From: Wim Date: Wed, 25 Sep 2024 10:42:32 +0200 Subject: [PATCH] feat(updated-links): updated test-slack.yml to use the actions of current branch instead of the main branch --- .github/workflows/test-slack.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-slack.yml b/.github/workflows/test-slack.yml index cc4ebff..034aadc 100644 --- a/.github/workflows/test-slack.yml +++ b/.github/workflows/test-slack.yml @@ -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: @@ -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: