You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
body: '👋 A new build is available for this PR based on ${{ github.event.pull_request.head.sha }}.\n * [Download here.](https://github.com/halcyon-tech/vscode-db2i/actions/runs/${{ github.run_id }})\n'
60
+
body: '👋 A new build is available for this PR based on ${{ github.event.pull_request.head.sha }}.\n * [Download here.](https://github.com/codefori/vscode-ibmi/actions/runs/${{ github.run_id }})\n* [Read more about how to test](https://github.com/codefori/vscode-ibmi/blob/master/.github/pr_testing_template.md)'
52
61
})
62
+
63
+
- name: Update comment
64
+
if: steps.fc.outputs.comment-id != ''
65
+
uses: peter-evans/create-or-update-comment@v1
66
+
with:
67
+
edit-mode: replace
68
+
comment-id: ${{ steps.fc.outputs.comment-id }}
69
+
body: |
70
+
👋 A new build is available for this PR based on ${{ github.event.pull_request.head.sha }}.
0 commit comments