We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f39f81 commit 004229bCopy full SHA for 004229b
1 file changed
.github/workflows/stt_e2e.yaml
@@ -87,7 +87,7 @@ jobs:
87
if [ "${{ github.event_name }}" == "workflow_dispatch" ]; then
88
echo 'providers=["${{ inputs.provider }}"]' >> $GITHUB_OUTPUT
89
else
90
- echo "providers=${{ needs.detect-changes.outputs.providers }}" >> $GITHUB_OUTPUT
+ printf 'providers=%s\n' '${{ needs.detect-changes.outputs.providers }}' >> "$GITHUB_OUTPUT"
91
fi
92
93
direct-provider-batch-e2e:
0 commit comments