Skip to content

Commit 6e0f70a

Browse files
[skip ci] CI: Fix annotation message
1 parent a4292b5 commit 6e0f70a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
run: |
1515
git config --global --add safe.directory "$GITHUB_WORKSPACE"
1616
git diff --exit-code || {
17-
echo "::error::The formatting changed some files. Please run \`./Utilities/format.sh\` and commit the changes."
17+
echo "::error::The formatting changed some files. Please run \`./Utilities/format.py\` and commit the changes."
1818
exit 1
1919
}

0 commit comments

Comments
 (0)