From a853e7802eb0b6d943707c5b8aae8e51bfe85587 Mon Sep 17 00:00:00 2001 From: James Armstead Date: Tue, 11 Feb 2025 15:41:17 -0600 Subject: [PATCH] fixing wrong reference --- deploy-slack-action/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-slack-action/action.yml b/deploy-slack-action/action.yml index 264639fa..fa8107f8 100644 --- a/deploy-slack-action/action.yml +++ b/deploy-slack-action/action.yml @@ -23,7 +23,7 @@ runs: run: | echo "job_status=${{ inputs.job-status || job.status }}" >> $GITHUB_ENV - name: Notify - uses: Basis-Theory/github-actions/helper-slack-action@feat/better-messages + uses: Basis-Theory/github-actions/helper-slack-action@master with: github: ${{ toJSON(github) }} slack-api-token: ${{ inputs.slack-api-token }}