CICD: Debug GitHub Workflow Webhook

Signed-off-by: Michael Keller <mikeller@042.ch>
This commit is contained in:
Michael Keller 2024-05-14 11:52:17 +12:00
parent 22082bd60a
commit 48ef4b3a01

View file

@ -10,6 +10,13 @@ jobs:
name: Add artifact links to PR and issues
runs-on: ubuntu-22.04
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
echo "GitHub context: $GITHUB_CONTEXT"
- name: Add artifact links to PR and issues
uses: tonyhallett/artifacts-url-comments@v1.1.0
env: