File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -23,18 +23,16 @@ jobs:
2323 DRAFT : false
2424 NAME : ${{ env.TAG_NAME }}
2525 TAG : ${{ env.TAG_NAME }}
26- - uses : 8398a7/action-slack@v2
26+ - uses : 8398a7/action-slack@v3
2727 with :
2828 status : ${{ job.status }}
2929 text : ${{ format('<{0}>', steps.drafter.outputs.html_url) }}
3030 env :
31- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3231 SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
3332 if : steps.drafter.outputs.html_url && env.SLACK_WEBHOOK_URL
34- - uses : 8398a7/action-slack@v2
33+ - uses : 8398a7/action-slack@v3
3534 with :
3635 status : ${{ job.status }}
3736 env :
38- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3937 SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
4038 if : failure() && env.SLACK_WEBHOOK_URL
You can’t perform that action at this time.
0 commit comments