From bf0a71571689ba8754d1c7cbb3e4304d2517b797 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Fri, 18 Oct 2024 13:33:31 +0200 Subject: [PATCH] Fix removing comments --- .github/workflows/cleanup-pr.yml | 2 +- .github/workflows/deployment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cleanup-pr.yml b/.github/workflows/cleanup-pr.yml index 5c816f920fa..bd38e11ea16 100644 --- a/.github/workflows/cleanup-pr.yml +++ b/.github/workflows/cleanup-pr.yml @@ -39,6 +39,6 @@ jobs: if: steps.checksecrets.outputs.secretspresent == 'YES' uses: thollander/actions-comment-pull-request@v3 with: - comment_tag: download-link + comment-tag: download-link message: The build for this PR is no longer available. Please visit for the latest build. mode: upsert diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index ba200bcb843..e6796073e08 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -291,7 +291,7 @@ jobs: with: message: | The build of this PR is available at . - comment_tag: download-link + comment-tag: download-link mode: recreate notarize: # outsourced in a separate job to be able to rerun if this fails for timeouts name: macOS notarization