Skip to content

Commit

Permalink
CI: zip preview, overwrite comment if user edits the original post wi…
Browse files Browse the repository at this point in the history
…th a new zipfile
  • Loading branch information
theofficialgman committed Sep 2, 2023
1 parent 5f0a57f commit f6defd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zip-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
with:
issue-number: ${{ github.event.issue.number }}
comment-author: 'github-actions[bot]'
body-includes: "The sha1sum of the zip was: ${{ steps.zip_preview.outputs.sha1 }}"
body-includes: "A zipfile was found in the body of your issue."
- name: Add zip preview comment for issue
uses: peter-evans/create-or-update-comment@v3
if: steps.zip_preview.outputs.zip_preview
Expand Down

0 comments on commit f6defd4

Please sign in to comment.