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 ade4524 commit 98a49bdCopy full SHA for 98a49bd
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
37
cd docs/.vitepress/dist
38
39
- git init
+ git init --initial-branch=${TARGET_BRANCH}
40
git add .
41
git commit -m "${COMMIT_MSG}"
42
git push origin ${TARGET_BRANCH}
0 commit comments