Skip to content

Commit

Permalink
fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
nl32 committed Apr 24, 2024
1 parent b4a59d0 commit cb2d9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generateCheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ else
echo "### Files with bad formatting:" >>$GITHUB_STEP_SUMMARY
for file in $files; do
echo "- $file" >>$GITHUB_STEP_SUMMARY
echo "::error file={$file},title=File Not Formatted correctly"
echo "::error file=$file::File Not Formatted correctly"
done
fi

0 comments on commit cb2d9c1

Please sign in to comment.