Fix an issue tripping the actionlint linter in test-run-enos-scenario-matrix.yml (#19986)
This commit is contained in:
parent
f649c9e20c
commit
f7aacbe74a
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue