]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[ci] Show rolling release publication URL
authorMichael Brown <mcb30@ipxe.org>
Wed, 4 Feb 2026 15:10:23 +0000 (15:10 +0000)
committerMichael Brown <mcb30@ipxe.org>
Wed, 4 Feb 2026 16:23:55 +0000 (16:23 +0000)
Construct and show the URL for the workflow runs that are triggered to
publish the rolling release binaries.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
.github/workflows/build.yml

index 9736ebe7d164a558071e9cb0078cae9ed3a83ae1..c4f5315e92dc98b76c9275bac205c273f4ebf84a 100644 (file)
@@ -227,6 +227,13 @@ jobs:
       github.event_name == 'push' &&
       github.ref == 'refs/heads/master' &&
       vars.PAGES_REPO_NAME
+    env:
+      workflow_url: >-
+        ${{ github.server_url }}/${{ vars.PAGES_REPO_OWNER }}/${{ ''
+        }}${{ vars.PAGES_REPO_NAME }}/actions/workflows/build.yml
+    environment:
+      name: publish
+      url: ${{ env.workflow_url }}
     steps:
 
       - name: Get token
@@ -244,3 +251,4 @@ jobs:
           GH_TOKEN: ${{ steps.token.outputs.token }}
         run: |
           gh workflow run build.yml -f run_id=${{ github.run_id }}
+          echo "Results at ${{ env.workflow_url }}"