Skip to content

Commit

Permalink
Merge pull request #44 from levigo/feature/INF-70_reusable-workflows-pub
Browse files Browse the repository at this point in the history
fix(INF-70): set action-slack to v3
  • Loading branch information
welschsn authored Apr 15, 2024
2 parents 309dbdc + ffcd804 commit 2a0e8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
-d '{"event_type":"release_created","client_payload":{"version":"${{ steps.semanticversion.outputs.new_version }}"}}'
- name: Notify Developers
uses: 8398a7/action-slack@v4
uses: 8398a7/action-slack@v3
with:
username: GitHub
icon_emoji: octocat
Expand Down

0 comments on commit 2a0e8bc

Please sign in to comment.