Skip to content

Commit 0130711

Browse files
authored
Update pull_from_remote.yml
1 parent d7adf86 commit 0130711

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull_from_remote.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
2323
- name: Pull Latest Changes
2424
run: |
25-
git checkout main
25+
git checkout upstream/main
2626
git pull upstream main # Ana branch için pull işlemi
2727
28-
git checkout dev
28+
git checkout upstream/dev
2929
git pull upstream dev # Dev branch için pull işlemi
3030
3131
- name: Check Git Status

0 commit comments

Comments
 (0)