From 53da5366bc765696ce788c6eea74059def96d7d9 Mon Sep 17 00:00:00 2001 From: Kuba Wieczorek Date: Thu, 6 Apr 2023 18:04:09 +0100 Subject: [PATCH] Fix issues tripping the actionlint linter again (#20026) --- .github/workflows/test-run-enos-scenario-matrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-run-enos-scenario-matrix.yml b/.github/workflows/test-run-enos-scenario-matrix.yml index 92b1d310a309..f7d10b3d4f48 100644 --- a/.github/workflows/test-run-enos-scenario-matrix.yml +++ b/.github/workflows/test-run-enos-scenario-matrix.yml @@ -129,7 +129,7 @@ jobs: mkdir -p "./enos/support/terraform-plugin-cache" echo "${{ secrets.SSH_KEY_PRIVATE_CI }}" > "./enos/support/private_key.pem" chmod 600 "./enos/support/private_key.pem" - echo "debug_data_artifact_name=enos-debug-data_$(echo "${{ matrix.scenario }}" | sed -e 's/ /_/g' | sed -e 's/:/=/g')" >> $GITHUB_OUTPUT + echo "debug_data_artifact_name=enos-debug-data_$(echo "${{ matrix.scenario }}" | sed -e 's/ /_/g' | sed -e 's/:/=/g')" >> "$GITHUB_OUTPUT" - if: contains(inputs.matrix-file-name, 'github') uses: actions/download-artifact@v3 with: