We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ee28d5 + b346031 commit 0465d98Copy full SHA for 0465d98
.github/workflows/release.yml
@@ -55,7 +55,7 @@ jobs:
55
# Post a Slack notification on success/failure
56
- name: Slack notify
57
if: always()
58
- uses: innocarpe/actions-slack@b2f50d9d8037ef8a1f77fa4659767747120124e4
+ uses: innocarpe/actions-slack@0a7257df6b0ee9c03e24af13ad8b58709c50d3c1
59
with:
60
status: ${{ job.status }}
61
success_text: '${{github.repository}} - Published ${{ env.package_name }}@${{ env.package_version }} to GitHub Packages Registry 🚀'
0 commit comments