Skip to content

Commit

Permalink
chore: needs not step
Browse files Browse the repository at this point in the history
  • Loading branch information
iowillhoit committed Sep 22, 2023
1 parent 366464d commit d271d70
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 @@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-latest
needs: get-jit-plugins
outputs:
jitJson: ${{ steps.jitJson.outputs.jitJson }}
jitJson: ${{ needs.jitJson.outputs.jitJson }}
steps:
- name: Get JIT plugins JSON
id: jitJson
Expand Down

0 comments on commit d271d70

Please sign in to comment.