Skip to content

Commit

Permalink
fix: edit mode replace
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Mar 22, 2024
1 parent b963662 commit 44ce41f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/schedule.sgid-index-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,15 @@ jobs:
id: find-comment
with:
issue-number: ${{ steps.create-issue.outputs.number }}
comment-author: 'github-actions[bot]'
comment-author: github-actions[bot]
body-includes: Validation Output

- name: ✍️ Updating issue comment
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: ${{ steps.create-issue.outputs.number }}
comment-id: ${{ steps.find-comment.outputs.comment-id }}
edit-mode: replace
body: |
### SGID Index Validation Output
Expand Down

0 comments on commit 44ce41f

Please sign in to comment.