Skip to content

Commit 114958f

Browse files
committed
Dump github data to debug
1 parent b66947f commit 114958f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/sonar.yml

+6
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ jobs:
1919
runs-on: ubuntu-latest
2020
if: github.event.workflow_run.conclusion == 'success'
2121
steps:
22+
- name: Dump GitHub context
23+
env:
24+
GITHUB_CONTEXT: ${{ toJson(github) }}
25+
run: |
26+
echo "$GITHUB_CONTEXT"
27+
2228
- uses: actions/checkout@v4
2329
with:
2430
repository: ${{ github.event.workflow_run.head_repository.full_name }}

0 commit comments

Comments
 (0)