mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix GitHub Workflow definition.
Signed-off-by: Michael Keller <mikeller@042.ch>
This commit is contained in:
parent
48ef4b3a01
commit
1c0fe2fa1f
1 changed files with 11 additions and 10 deletions
21
.github/workflows/artifact-links.yml
vendored
21
.github/workflows/artifact-links.yml
vendored
|
@ -9,20 +9,21 @@ jobs:
|
||||||
artifacts-url-comments:
|
artifacts-url-comments:
|
||||||
name: Add artifact links to PR and issues
|
name: Add artifact links to PR and issues
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Dump GitHub context
|
- name: Dump GitHub context
|
||||||
env:
|
env:
|
||||||
GITHUB_CONTEXT: ${{ toJson(github) }}
|
GITHUB_CONTEXT: ${{ toJson(github) }}
|
||||||
run: |
|
run: |
|
||||||
echo "GitHub context: $GITHUB_CONTEXT"
|
echo "GitHub context: $GITHUB_CONTEXT"
|
||||||
|
|
||||||
|
|
||||||
- name: Add artifact links to PR and issues
|
- name: Add artifact links to PR and issues
|
||||||
uses: tonyhallett/artifacts-url-comments@v1.1.0
|
uses: tonyhallett/artifacts-url-comments@v1.1.0
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
prefix: "**Artifacts:**"
|
prefix: "**Artifacts:**"
|
||||||
suffix: "_**WARNING:** Use at your own risk._"
|
suffix: "_**WARNING:** Use at your own risk._"
|
||||||
format: name
|
format: name
|
||||||
addTo: pull
|
addTo: pull
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue