We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e49c9 commit 9dee74aCopy full SHA for 9dee74a
.github/workflows/update-documentation.yml
@@ -45,7 +45,7 @@ jobs:
45
- id: set-languages
46
run: |
47
if [ "${{ inputs.language }}" == "all" ]; then
48
- echo '"languages=java rb py dotnet node" >> $GITHUB_OUTPUT
+ echo "languages=java rb py dotnet node" >> $GITHUB_OUTPUT
49
else
50
echo "languages=${{ inputs.language }}" >> $GITHUB_OUTPUT
51
fi
0 commit comments