Skip to content

Commit dbc7981

Browse files
Bump slackapi/slack-github-action from 2.0.0 to 2.1.0 in /.github/workflows (#134)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 98362fd commit dbc7981

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

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

0 commit comments

Comments
 (0)