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.
1 parent 79d94a2 commit fcaa2b2Copy full SHA for fcaa2b2
.github/workflows/pr.yml
@@ -103,10 +103,8 @@ jobs:
103
steps:
104
- name: Comment on PR with download link
105
if: ${{ github.event_name == 'pull_request' }}
106
- uses: peter-evans/create-or-update-comment@v3
+ uses: peter-evans/create-or-update-comment@v4
107
with:
108
- token: ${{ secrets.GITHUB_TOKEN }}
109
- repository: ${{ github.repository }}
110
issue-number: ${{ github.event.pull_request.number }}
111
body: |
112
🎉 The latest build is ready for download!
0 commit comments