From b91e7e43a429d4fca27d555ac2432093b4f4636f Mon Sep 17 00:00:00 2001 From: Jean Brito Date: Wed, 21 Aug 2024 17:44:06 -0300 Subject: [PATCH] improve pr comment message --- .github/workflows/pull-request-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-build.yml b/.github/workflows/pull-request-build.yml index a991f3593..7bbb56fe6 100644 --- a/.github/workflows/pull-request-build.yml +++ b/.github/workflows/pull-request-build.yml @@ -121,7 +121,7 @@ jobs: with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} message: | - ### Artifacts for ${{ runner.os }}\n- [${{ runner.os }} Artifacts](${{ steps.get-artifact-url.outputs.artifact_url }}) + [${{ runner.os }} installer download](${{ steps.get-artifact-url.outputs.artifact_url }}) header: '### Artifact for ${{ runner.os }}' recreate: true append: false