We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e2391 commit 7f43cf9Copy full SHA for 7f43cf9
.github/workflows/public-analyze-code-graph.yml
@@ -72,11 +72,6 @@ jobs:
72
if: inputs.artifacts-upload-name == '' && inputs.sources-upload-name == ''
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
81
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
82
with:
0 commit comments