Skip to content

Commit

Permalink
update output
Browse files Browse the repository at this point in the history
  • Loading branch information
anshgoyalevil committed Oct 18, 2024
1 parent 85f5fab commit 7288637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/if-nodejs-pr-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
run: |
OUTPUT=$(npm run test:md || true)
echo "$OUTPUT" | tee markdown_output.txt
echo "::set-output name=markdown_output::$OUTPUT"
echo "markdown_output=$OUTPUT" >> $GITHUB_OUTPUT
# Post a comment using sticky-pull-request-comment
- name: Comment on PR with markdown issues
Expand Down

0 comments on commit 7288637

Please sign in to comment.