Skip to content

Commit 921ed02

Browse files
committed
refactor: update github actions
1 parent 5b93527 commit 921ed02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wangdoc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
- name: Deploy to website
2525
uses: JamesIves/github-pages-deploy-action@v4
2626
with:
27-
git_config_name: wangdoc-bot
28-
git_config_email: [email protected]
27+
git-config-name: wangdoc-bot
28+
git-config-email: [email protected]
2929
repository-name: wangdoc/website
3030
token: ${{ secrets.WANGDOC_BOT_TOKEN }}
3131
branch: master # The branch the action should deploy to.

0 commit comments

Comments
 (0)