Skip to content

Commit eed558e

Browse files
Quote occurrence of GITHUB_OUTPUT environment variable
Co-authored-by: Stan Ulbrych <[email protected]>
1 parent 5705edb commit eed558e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ jobs:
8080
id: languages
8181
working-directory: ${{ steps.version.outputs.current }}
8282
run: |
83-
# shellcheck disable=SC2086
84-
echo "languages=$(../scripts/list-langs.py)" >> $GITHUB_OUTPUT
83+
echo "languages=$(../scripts/list-langs.py)" >> "$GITHUB_OUTPUT"
8584
8685
- name: Print variables values
8786
run: |

0 commit comments

Comments
 (0)