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 49ddc0c commit 0f6a24bCopy full SHA for 0f6a24b
.github/workflows/automerge_main_to_dev.yml
@@ -15,8 +15,8 @@ jobs:
15
git init
16
git remote add origin https://github.com/${{ github.repository }}.git
17
git fetch origin main
18
- git fetch origin dev-0.1.0-b.1
19
- git checkout -b dev-0.1.0-b.1 origin/dev-0.1.0-b.1
+ git fetch origin dev-1.0.0-b.1
+ git checkout -b dev-1.0.0-b.1 origin/dev-1.0.0-b.1
20
21
- name: Configure Git
22
run: |
@@ -35,4 +35,4 @@ jobs:
35
env:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
38
- git push https://x-access-token:${GITHUB_TOKEN}@github.com/${{ github.repository }}.git dev-0.1.0-b.1 --force
+ git push https://x-access-token:${GITHUB_TOKEN}@github.com/${{ github.repository }}.git dev-1.0.0-b.1 --force
0 commit comments