Skip to content

Commit 6259a06

Browse files
committed
testing new branch rebasing
Change-Id: I568c4829ffdbef6f8e984a820dbf438a4cd6b4d1
1 parent 8d20662 commit 6259a06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync_chromium_branches.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
ORIGINAL_COMMIT_HASH=$(git rev-parse HEAD)
4848
NEW_ROOT_COMMIT_HASH=$(git commit-tree "$ORIGINAL_TREE_HASH" -m "First commit for ${{ matrix.branch.milestone }}.")
4949
git checkout -b chromium/${{ matrix.branch.milestone }} $NEW_ROOT_COMMIT_HASH
50-
git commit --amend --not-edit -c ORIGINAL_COMMIT_HASH
50+
git commit --amend --no-edit -c "$ORIGINAL_COMMIT_HASH"
5151
git push --set-upstream origin chromium/${{ matrix.branch.milestone }}
5252
- name: Pull ${{ matrix.branch.milestone }} from upstream and apply diffs
5353
id: diff_step

0 commit comments

Comments
 (0)