Skip to content

Commit 3968b37

Browse files
committed
try this
1 parent df16d5a commit 3968b37

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/update_master.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,9 @@ jobs:
1010
- name: Checkout
1111
uses: actions/checkout@v4
1212
with:
13-
# Can't seem to push a different branch back without doing a
14-
# non-shallow clone
15-
fetch-depth: 0
13+
ref: main-test
1614
- name: Update master
1715
run: |-
1816
set -euxo pipefail
1917
git branch -f master-test main-test
20-
git branch -avv
21-
git remote get-url origin
22-
git push -f origin main-test
18+
git push -f origin main-test:main-test

0 commit comments

Comments
 (0)