Skip to content

Commit 7f9ab3b

Browse files
Bump slackapi/slack-github-action from v3.0.2 to v3.0.3 in /.github/workflows (#190)
1 parent 64e09d0 commit 7f9ab3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)