Skip to content

Commit

Permalink
chore: more quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
iowillhoit committed Sep 22, 2023
1 parent 16f122b commit 3647c4c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: |
JIT=$(jq -c '.oclif.jitPlugins | keys' package.json)
JIT=$(jq '.oclif.jitPlugins | keys' package.json)
echo "Found JIT plugins:"
echo "$JIT"
echo "'$JIT'"
echo "jit='$JIT'" >> "$GITHUB_OUTPUT"
echo-jit-plugins:
Expand All @@ -61,9 +61,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
jitPlugins:
- '@salesforce/plugin-community'
- '@salesforce/plugin-env'
jitPlugins: ${{ fromJSON(needs.get-jit-plugins.outputs.jit) }}
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3647c4c

Please sign in to comment.