Skip to content

Commit

Permalink
chore: single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
iowillhoit committed Sep 22, 2023
1 parent 2dde5cf commit d59adad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
JIT=$(jq -c '.oclif.jitPlugins | keys' package.json)
echo "Found JIT plugins:"
echo "$JIT"
echo "jit=$JIT" >> "$GITHUB_OUTPUT"
echo "jit='$JIT'" >> "$GITHUB_OUTPUT"
echo-jit-plugins:
needs: get-jit-plugins
Expand Down

0 comments on commit d59adad

Please sign in to comment.