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 04b967b commit 6d51a3bCopy full SHA for 6d51a3b
.github/workflows/ci.yml
@@ -70,8 +70,7 @@ jobs:
70
git config --local user.name "GitHub Action"
71
git config advice.ignoredHook false
72
git commit -m "docs(README): update README-zh.md"
73
- BRANCH=$(echo "${GITHUB_REF}" | sed 's@refs/heads/@@')
74
- git push origin HEAD:$BRANCH || echo "Push to repository failed"
+ git push origin main || echo "Push to repository failed"
75
76
- name: Upload build artifacts
77
uses: actions/upload-artifact@v3
0 commit comments