Skip to content

Commit

Permalink
steps != needs
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylorFries committed Nov 6, 2024
1 parent 65da1a7 commit 1c658be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app-npm-dep-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
runs-on: ubuntu-22.04
env:
packageJsonPaths: ${{ needs.parse-json5-config.outputs.packageJsonPaths }}
commentContents: ${{ steps.create-comment-text.outputs.commentContents }}
commentContents: ${{ needs.create-comment-text.outputs.commentContents }}
container:
# Lightweight NodeJS Image
image: node:21.5-bullseye-slim
Expand Down

0 comments on commit 1c658be

Please sign in to comment.