Skip to content

Commit

Permalink
fix: edit-last comment instead of new one
Browse files Browse the repository at this point in the history
  • Loading branch information
sambarnes committed Dec 10, 2023
1 parent e6e5204 commit a1b4260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
cd circuits
GATES=$(nargo info)
gh pr comment $PR_NUMBER --body "<pre>$GATES</pre>"
gh pr comment $PR_NUMBER --body "<pre>$GATES</pre>" --edit-last
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_NUMBER: ${{ github.event.number }}

0 comments on commit a1b4260

Please sign in to comment.