From 06e66e83ef21b05588d5391b88591e4de40cfad6 Mon Sep 17 00:00:00 2001 From: Allen Faure Date: Mon, 29 Apr 2024 13:10:33 -0500 Subject: [PATCH] asdfasdfasd --- .github/pr-commenter.yml | 2 +- .github/workflows/pull_request.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/pr-commenter.yml b/.github/pr-commenter.yml index 7ff471048f..f2a6876e7f 100644 --- a/.github/pr-commenter.yml +++ b/.github/pr-commenter.yml @@ -2,7 +2,7 @@ comment: on-update: recreate snippets: - - id: advertise_build_url_{{url}} + - id: advertise_build_url_{{ build_id }} body: | {{#url}}An experimental build of WeakAuras with the changes in this pull request is available [here](${{url}}).{{/url}} {{^url}}Experimental build was unsuccessful. See the logs for details.{{/url}} diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 79b8cc3d68..7d5f2a5b7e 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -49,6 +49,7 @@ jobs: config-file: ".github/pr-commenter.yml" template-variables: | { + "build_id": "${{ steps.upload-artifact.outputs.artifact-id }}", "url": "${{ steps.upload-artifact.conclusion == 'success' && steps.upload-artifact.outputs.artifact-url }}" }