Skip to content

Commit ec06265

Browse files
committed
fix: edit GitHub actions
1 parent b1a6763 commit ec06265

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/wangdoc.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ 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]
29-
repository_name: wangdoc/website
30-
access_token: ${{ secrets.WANGDOC_BOT_TOKEN }}
31-
base_branch: main
27+
git-config-name: wangdoc-bot
28+
git-config-email: [email protected]
29+
repository-name: wangdoc/website
30+
access-token: ${{ secrets.WANGDOC_BOT_TOKEN }}
31+
base-branch: main
3232
branch: master # The branch the action should deploy to.
3333
folder: dist # The folder the action should deploy.
34-
target_folder: dist/typescript
34+
target-folder: dist/typescript
3535
clean: true # Automatically remove deleted files from the deploy branch
36-
commit_message: update from TypeScript tutorial
36+
commit-message: update from TypeScript tutorial
3737

0 commit comments

Comments
 (0)