From 1fa3f7cb2ee12d2445f9d0a4cc7f6cb34084a1b0 Mon Sep 17 00:00:00 2001 From: Kuba Wieczorek Date: Wed, 5 Apr 2023 14:14:44 +0100 Subject: [PATCH] Fix an issue tripping the actionlint linter in test-run-enos-scenario-matrix.yml (#19986) --- .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 0d7d3a9fad39..7952e2854068 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: