mirror of
https://github.com/ipxe/ipxe
synced 2026-05-08 15:02:55 +03:00
[ci] Show rolling release publication URL
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>
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user