Skip to content

Commit

Permalink
fix: fix comment id reference
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Mar 22, 2024
1 parent cc334a8 commit 67212dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schedule.sgid-index-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: ${{ steps.create-issue.outputs.number }}
comment-id: validation-output
comment-id: ${{ steps.find-comment.outputs.comment-id }}
body: |
### SGID Index Validation Output
Expand Down

0 comments on commit 67212dc

Please sign in to comment.