chore: build docs user-name

This commit is contained in:
DIYgod 2024-03-18 20:37:46 +08:00
parent 23da00e954
commit 2b191496f3
No known key found for this signature in database
1 changed files with 4 additions and 4 deletions

View File

@ -56,8 +56,8 @@ jobs:
target-directory: './src/routes'
destination-github-username: 'RSSNext'
destination-repository-name: 'rsshub-docs'
user-email: '41898282+github-actions[bot]@users.noreply.github.com'
user-name: 'github-actions[bot]'
user-email: 'bot@diygod.me'
user-name: 'DIYbot[bot]'
target-branch: 'main'
- name: Pushes to docs repository - zh
uses: cpina/github-action-push-to-another-repository@main
@ -68,6 +68,6 @@ jobs:
target-directory: './src/zh/routes'
destination-github-username: 'RSSNext'
destination-repository-name: 'rsshub-docs'
user-email: '41898282+github-actions[bot]@users.noreply.github.com'
user-name: 'github-actions[bot]'
user-email: 'bot@diygod.me'
user-name: 'DIYbot[bot]'
target-branch: 'main'