Skip to content

Commit 4197185

Browse files
committed
Fix duplicate dash character in report artifact name
1 parent d075eaf commit 4197185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
run: echo "Please specify either the input parameter 'artifacts-upload-name' or 'sources-upload-name'."; exit 1
9393

9494
- name: Assemble ENVIRONMENT_INFO
95-
run: echo "ENVIRONMENT_INFO=-java-${{ matrix.java }}-python-${{ matrix.python }}-miniforge-${{ matrix.miniforge }}" >> $GITHUB_ENV
95+
run: echo "ENVIRONMENT_INFO=java-${{ matrix.java }}-python-${{ matrix.python }}-miniforge-${{ matrix.miniforge }}" >> $GITHUB_ENV
9696

9797
- name: (Code Analysis Setup) Checkout code-graph-analysis-pipeline
9898
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5

0 commit comments

Comments
 (0)