Skip to content

Commit b052f5b

Browse files
authored
Dump context for random-test (#2788)
1 parent 8975b32 commit b052f5b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/random-test.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ jobs:
4747
# ;;
4848
# esac
4949

50+
- name: Dump context
51+
env:
52+
GITHUB_CONTEXT: ${{ toJSON(github) }}
53+
run: echo "$GITHUB_CONTEXT"
54+
5055
- uses: actions/checkout@v6
5156
# with:
5257
# ssh-key: ${{ secrets.RUNNER_SSH_KEY }}

0 commit comments

Comments
 (0)