File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -137,15 +137,15 @@ jobs:
137137 echo "PR_TITLE=${PR_TITLE}" >> "${GITHUB_ENV}"
138138 - name : Notify Success
139139 if : needs.publish.result == 'success' && github.event_name == 'push'
140- uses : slackapi/slack-github-action@v3.0.2
140+ uses : slackapi/slack-github-action@v3.0.3
141141 with :
142142 webhook-type : incoming-webhook
143143 webhook : ${{ secrets.SLACK_WEBHOOK_URL_YOLO }}
144144 payload : |
145145 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"
146146 - name : Notify Failure
147147 if : needs.publish.result != 'success'
148- uses : slackapi/slack-github-action@v3.0.2
148+ uses : slackapi/slack-github-action@v3.0.3
149149 with :
150150 webhook-type : incoming-webhook
151151 webhook : ${{ secrets.SLACK_WEBHOOK_URL_YOLO }}
You can’t perform that action at this time.
0 commit comments