Skip to content

Commit d55aa6b

Browse files
author
lucifer
committedJan 18, 2021
feat: 移除不需要的 merge
·
0.50.3
1 parent 783395b commit d55aa6b

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed
 

‎.github/workflows/deploy.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,3 @@ jobs:
3838
personal_token: ${{ secrets.PERSONAL_TOKEN }}
3939
publish_dir: ./dist
4040
publish_branch: gh-pages
41-
42-
merge:
43-
runs-on: ubuntu-latest
44-
steps:
45-
- name: Commit to repository
46-
env:
47-
GITHUB_TOKEN: ${{ secrets.github_token }}
48-
COMMIT_MSG: |
49-
<commited by Github Action>
50-
skip-checks: true
51-
run: |
52-
git clone https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git repo
53-
cd repo
54-
# Hard-code user configuration
55-
git config user.email "azl397985856@gmail.com"
56-
git config user.name "lucifer's bot"
57-
git merge origin/dev
58-
git push origin master

0 commit comments

Comments
 (0)
Please sign in to comment.