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 df16d5a commit 3968b37Copy full SHA for 3968b37
.github/workflows/update_master.yml
@@ -10,13 +10,9 @@ jobs:
10
- name: Checkout
11
uses: actions/checkout@v4
12
with:
13
- # Can't seem to push a different branch back without doing a
14
- # non-shallow clone
15
- fetch-depth: 0
+ ref: main-test
16
- name: Update master
17
run: |-
18
set -euxo pipefail
19
git branch -f master-test main-test
20
- git branch -avv
21
- git remote get-url origin
22
- git push -f origin main-test
+ git push -f origin main-test:main-test
0 commit comments