Skip to content

Commit 48f656b

Browse files
discretizerGithub Action
authored and
Github Action
committedApr 22, 2024·
Fix typo
1 parent 9bb7f54 commit 48f656b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/fork-sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
for TAG in ${NEW_TAGS}; do
4040
git checkout -b release/${TAG} main
41-
git rebase -onto ${TAG} upstream/main
41+
git rebase --onto ${TAG} upstream/main
4242
done
4343
for TAG in ${NEW_TAGS}; do
4444
git push -u origin release/${TAG}

0 commit comments

Comments
 (0)
Please sign in to comment.