From f6defd402dfb801cc6fb1f3a6b2ca68b72431c3c Mon Sep 17 00:00:00 2001 From: theofficialgman <28281419+theofficialgman@users.noreply.github.com> Date: Sat, 2 Sep 2023 10:16:28 -0400 Subject: [PATCH] CI: zip preview, overwrite comment if user edits the original post with a new zipfile --- .github/workflows/zip-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zip-preview.yml b/.github/workflows/zip-preview.yml index cba1cc8ec7..3f5b428a83 100644 --- a/.github/workflows/zip-preview.yml +++ b/.github/workflows/zip-preview.yml @@ -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