mirror of
https://github.com/ipxe/ipxe.git
synced 2026-05-05 04:16:33 +02: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:
parent
c18d895704
commit
aa06a76eb8
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -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 }}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user