Skip to content

Commit cedd7c2

Browse files
Just stage changes so we don't have to configure a commiter identity
1 parent 94eb799 commit cedd7c2

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
@@ -54,8 +54,8 @@ jobs:
5454
if [[ "$DART_VERSION" =~ ^3 ]]; then
5555
./tool/delete_dart_2_only_files.sh
5656
./tool/update_tests_for_dart_3.sh
57+
# Stage these changes so they don't show up in the generated file `git diff` check below
5758
git add .
58-
git commit -m "Commit Dart-2-only removals so they don't interfere with the generated file git diff check below"
5959
fi
6060
6161
# Analyze before generated files are created to verify that component boilerplate analysis is "clean" without the need for building

0 commit comments

Comments
 (0)