Skip to content

Commit c2dd6e4

Browse files
committed
Fix missing GitHub Context Print
1 parent 4107f06 commit c2dd6e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/public-analyze-code-graph.yml

+2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ jobs:
7373
run: echo "Please specify either the input parameter 'artifacts-upload-name' or 'sources-upload-name'."; exit 1
7474

7575
- name: (Debug) Log all variables
76+
env:
77+
GITHUB_CONTEXT: ${{ toJson(github) }}
7678
run: echo "DEBUG log all variables -> $GITHUB_CONTEXT"
7779

7880
- name: Checkout code-graph-analysis-pipeline

0 commit comments

Comments
 (0)