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 7100ceb + e583a84 commit ab138efCopy full SHA for ab138ef
.github/workflows/deploy.yml
@@ -69,7 +69,7 @@ jobs:
69
70
- name: Comment Commit
71
if: github.event_name == 'push' && steps.deploy.outputs.deployment-status == 'success'
72
- uses: peter-evans/commit-comment@v3
+ uses: peter-evans/commit-comment@v4
73
with:
74
body: Deploy successfully ${{ env.url }}!
75
token: ${{ secrets.BOT_TOKEN }}
0 commit comments