Skip to content

Commit

Permalink
chore: seperate steps
Browse files Browse the repository at this point in the history
  • Loading branch information
iowillhoit committed Sep 22, 2023
1 parent 45edef6 commit b19d9dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@ jobs:
echo "Found JIT plugins:"
echo "$JIT"
echo "jit=$JIT" >> "$GITHUB_OUTPUT"
echo "$GITHUB_OUTPUT"
echo-jit-plugins:
needs: get-jit-plugins
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
echo "JIT JSON:"
echo ${{ toJson(needs.get-jit-plugins.outputs.jit) }}
echo "JIT to JSON:"
echo ${{ toJSON(needs.get-jit-plugins.outputs.jit) }}
- run: |
echo "JIT from JSON:"
echo ${{ fromJSON(needs.get-jit-plugins.outputs.jit) }}
Expand Down

0 comments on commit b19d9dd

Please sign in to comment.