We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4107f06 commit c2dd6e4Copy full SHA for c2dd6e4
.github/workflows/public-analyze-code-graph.yml
@@ -73,6 +73,8 @@ jobs:
73
run: echo "Please specify either the input parameter 'artifacts-upload-name' or 'sources-upload-name'."; exit 1
74
75
- name: (Debug) Log all variables
76
+ env:
77
+ GITHUB_CONTEXT: ${{ toJson(github) }}
78
run: echo "DEBUG log all variables -> $GITHUB_CONTEXT"
79
80
- name: Checkout code-graph-analysis-pipeline
0 commit comments