Skip to content

Commit 6840dc7

Browse files
authored
Update main.yml
1 parent a4574a9 commit 6840dc7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ jobs:
6969
git checkout $branch_name || git checkout -b $branch_name
7070
echo "Checked out branch: $branch_name"
7171
72+
- name: Set upstream for branch
73+
run: git push --set-upstream origin $branch_name
74+
7275
- name: Commit changes to the correct branch
7376
uses: EndBug/add-and-commit@v9
7477
with:

0 commit comments

Comments
 (0)