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
Copy file name to clipboardExpand all lines: .github/workflows/comment-!build-commands.yml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -97,12 +97,12 @@ jobs:
97
97
uses: actions/github-script@v6
98
98
with:
99
99
script: |
100
-
return (await github.rest.issues.createComment({
101
-
issue_number: context.issue.number,
100
+
github.rest.issues.updateComment({
101
+
comment_id: ${{ github.event.comment.id }},
102
102
owner: context.repo.owner,
103
103
repo: context.repo.repo,
104
-
body: '🚧 **Building Graphite with command** `${{ steps.build_command.outputs.command }}` ...\n\nYou can monitor the progress of this build [here](https://github.com/GraphiteEditor/Graphite/actions/runs' + context.runId + ').'
0 commit comments