Skip to content

Commit 7f43cf9

Browse files
committed
Remove debug log of github context
1 parent a6e2391 commit 7f43cf9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,6 @@ jobs:
7272
if: inputs.artifacts-upload-name == '' && inputs.sources-upload-name == ''
7373
run: echo "Please specify either the input parameter 'artifacts-upload-name' or 'sources-upload-name'."; exit 1
7474

75-
- name: (Debug) Log all variables
76-
env:
77-
GITHUB_CONTEXT: ${{ toJson(github) }}
78-
run: echo "DEBUG log all variables -> $GITHUB_CONTEXT"
79-
8075
- name: Checkout code-graph-analysis-pipeline
8176
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
8277
with:

0 commit comments

Comments
 (0)