Skip to content

Commit 3b6ece6

Browse files
committed
Dump context
1 parent 7289a20 commit 3b6ece6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/quality-monitor.yml

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
name: Build, test and monitor quality on Ubuntu
1111

1212
steps:
13+
- name: Dump GitHub context
14+
env:
15+
GITHUB_CONTEXT: ${{ toJSON(github) }}
16+
run: echo "$GITHUB_CONTEXT"
1317
- name: 'Checkout merge commit'
1418
uses: actions/checkout@v4
1519
with:

0 commit comments

Comments
 (0)