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 783395b commit d55aa6bCopy full SHA for d55aa6b
.github/workflows/deploy.yml
@@ -38,21 +38,3 @@ jobs:
38
personal_token: ${{ secrets.PERSONAL_TOKEN }}
39
publish_dir: ./dist
40
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