File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,15 +111,15 @@ jobs:
111111 echo "PR_TITLE=${PR_TITLE}" >> "${GITHUB_ENV}"
112112 - name : Notify Success
113113 if : needs.publish.result == 'success' && github.event_name == 'push'
114- uses : slackapi/slack-github-action@v2.0 .0
114+ uses : slackapi/slack-github-action@v2.1 .0
115115 with :
116116 webhook-type : incoming-webhook
117117 webhook : ${{ secrets.SLACK_WEBHOOK_URL_YOLO }}
118118 payload : |
119119 text: "<!channel> GitHub Actions success for ${{ github.workflow }} ✅\n\n\n*Repository:* https://github.com/${{ github.repository }}\n*Action:* https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}\n*Author:* ${{ github.actor }}\n*Event:* NEW `${{ github.repository }} ${{ needs.check.outputs.current_tag }}` pip package published 😃\n*Job Status:* ${{ job.status }}\n*Pull Request:* <https://github.com/${{ github.repository }}/pull/${{ env.PR_NUMBER }}> ${{ env.PR_TITLE }}\n"
120120 - name : Notify Failure
121121 if : needs.publish.result != 'success'
122- uses : slackapi/slack-github-action@v2.0 .0
122+ uses : slackapi/slack-github-action@v2.1 .0
123123 with :
124124 webhook-type : incoming-webhook
125125 webhook : ${{ secrets.SLACK_WEBHOOK_URL_YOLO }}
You can’t perform that action at this time.
0 commit comments