We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4574a9 commit 6840dc7Copy full SHA for 6840dc7
.github/workflows/main.yml
@@ -69,6 +69,9 @@ jobs:
69
git checkout $branch_name || git checkout -b $branch_name
70
echo "Checked out branch: $branch_name"
71
72
+ - name: Set upstream for branch
73
+ run: git push --set-upstream origin $branch_name
74
+
75
- name: Commit changes to the correct branch
76
uses: EndBug/add-and-commit@v9
77
with:
0 commit comments