diff --git a/.github/workflows/sonar_poc_cli.yml b/.github/workflows/sonar_poc_cli.yml index 5a05b1292..65130eee2 100644 --- a/.github/workflows/sonar_poc_cli.yml +++ b/.github/workflows/sonar_poc_cli.yml @@ -172,9 +172,9 @@ jobs: if: always() uses: actions/upload-artifact@v4 with: - name: collected-keys-${{ TEST_NAME_SAFE }} + name: collected-keys-${{ env.TEST_NAME_SAFE }} path: | - ${{ EXAMPLE_DIR }}/main.tf + ${{ env.EXAMPLE_DIR }}/main.tf - name: Set Environment Variables run: |