Skip to content

Commit 69709eb

Browse files
committed
sync
1 parent a558a66 commit 69709eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/my-sync-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
- name: Merge into my-master
3535
run: |
36-
git checkout --track origin/my-master
36+
git checkout my-master
3737
git merge master --no-ff -m "chore: sync with upstream/master $(date +'%Y-%m-%d')"
3838
git push origin my-master
3939

0 commit comments

Comments
 (0)