From 47e435be178fe76def9e39deaad8dcd562bbe369 Mon Sep 17 00:00:00 2001 From: Nils Badtke Date: Sat, 2 Mar 2024 19:11:18 +0100 Subject: [PATCH] ci(pull-request): change message of sticky comment --- .github/workflows/bundle.yml | 3 +++ .github/workflows/pull-request-bundle.yml | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bundle.yml b/.github/workflows/bundle.yml index 223807d..ef74706 100644 --- a/.github/workflows/bundle.yml +++ b/.github/workflows/bundle.yml @@ -19,6 +19,9 @@ on: artifact-url: description: 'URL to built artifact' value: ${{ jobs.create-win-bundle.outputs.artifact-url }} + job-url: + description: 'URL to build job' + value: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} jobs: create-win-bundle: diff --git a/.github/workflows/pull-request-bundle.yml b/.github/workflows/pull-request-bundle.yml index 77bd060..baf1e96 100644 --- a/.github/workflows/pull-request-bundle.yml +++ b/.github/workflows/pull-request-bundle.yml @@ -23,4 +23,6 @@ jobs: uses: marocchino/sticky-pull-request-comment@v2 with: message: | - Built bundle based on the current state of this Pull Request here: <${{ needs.bundle.outputs.artifact-url }}> \ No newline at end of file + A bundle was built by a build job based on the current state of this Pull Request. + Build Job: <${{ needs.bundle.outputs.job-url }}> + Direct download: <${{ needs.bundle.outputs.artifact-url }}> \ No newline at end of file