Skip to content

Commit

Permalink
Merge pull request #2 from airwoodix/test-comment
Browse files Browse the repository at this point in the history
  • Loading branch information
airwoodix authored Nov 29, 2024
2 parents 0f91381 + c9be81b commit b218903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
if [[ ${lines} -gt 1 ]]; then
echo "failed=true" >> "${GITHUB_OUTPUT}"
else
echo "failed=false" >> ${GITHUB_OUTPUT}"
echo "failed=false" >> "${GITHUB_OUTPUT}"
fi
- name: Post spell check PR comment
uses: thollander/actions-comment-pull-request@v3
Expand Down

0 comments on commit b218903

Please sign in to comment.