mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-01 06:30:26 +00:00
CICD: Debug GitHub Workflow Webhook
Signed-off-by: Michael Keller <mikeller@042.ch>
This commit is contained in:
parent
22082bd60a
commit
48ef4b3a01
1 changed files with 7 additions and 0 deletions
7
.github/workflows/artifact-links.yml
vendored
7
.github/workflows/artifact-links.yml
vendored
|
@ -10,6 +10,13 @@ jobs:
|
||||||
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
|
||||||
|
env:
|
||||||
|
GITHUB_CONTEXT: ${{ toJson(github) }}
|
||||||
|
run: |
|
||||||
|
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:
|
||||||
|
|
Loading…
Reference in a new issue