Skip to content

Commit b4ffae4

Browse files
authored
[ci] Fix mistyped echo. (#25508)
1 parent 6dde64a commit b4ffae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
echo "Test expectations are out-of-date on the target branch."
7373
echo "Please run the 'Rebaseline Tests' github action on the target"
7474
echo "branch (normally 'main') before proceeding."
75-
ecoh ""
75+
echo ""
7676
echo "You can also run './tools/maint/rebaseline_tests.py --new-branch'"
7777
echo "and use it to create a seperate PR."
7878
exit 1

0 commit comments

Comments
 (0)