Skip to content

Commit

Permalink
wrong job id
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylorFries committed Nov 6, 2024
1 parent c112e27 commit 13ec249
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/app-npm-dep-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- parse-json5-config
- parse-package-versions
outputs:
commentContents: ${{ steps.create-comment-text.outputs.commentContents }}
commentContents: ${{ steps.create_comment.outputs.commentContents }}
steps:
# download artifact from parse-package-versions
- name: Download output
Expand Down Expand Up @@ -109,6 +109,7 @@ jobs:

# Run Python Script to Create Comment
- name: Create Comment Contents
id: create_comment
env:
DEP_INPUT: ${{ env.DEP_INPUT }} # dependency updates
run: |
Expand Down

0 comments on commit 13ec249

Please sign in to comment.