Skip to content

Commit 8210a0b

Browse files
committed
Tweak quoting on step outputs.
1 parent 85abd2f commit 8210a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coc-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
run: |
3434
repo_list=$(gh repo list $GITHUB_REPOSITORY_OWNER --no-archived --json nameWithOwner --jq ".[].nameWithOwner")
35-
echo "repo_list=$repo_list" >> $GITHUB_OUTPUT
35+
echo repo_list=\"$repo_list\" >> $GITHUB_OUTPUT
3636
3737
update-coc:
3838
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)