Skip to content

Commit

Permalink
fork test: dump github context 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ilargitxiki committed Dec 11, 2024
1 parent b16200a commit 20282a8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,14 @@ jobs:
path: /tmp/digests/*
if-no-files-found: error
retention-days: 1
dump-github:
name: Dump Github context
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
merge:
runs-on: ubuntu-latest
needs:
Expand Down

0 comments on commit 20282a8

Please sign in to comment.