Skip to content

Commit

Permalink
chore: swap
Browse files Browse the repository at this point in the history
  • Loading branch information
iowillhoit committed Sep 22, 2023
1 parent d271d70 commit ec26bca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ jobs:
runs-on: ubuntu-latest
needs: get-jit-plugins
outputs:
jitJson: ${{ needs.jitJson.outputs.jitJson }}
jitJson: ${{ steps.jitJson.outputs.jitJson }}
steps:
- name: Get JIT plugins JSON
id: jitJson
run: |
JSON='${{ toJSON(steps.plugins.outputs.jit) }}'
JSON='${{ toJSON(needs.get-jit-plugins.outputs.jit) }}'
echo "JIT JSON:"
echo "$JSON"
echo "jitJson=$JSON" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit ec26bca

Please sign in to comment.