Skip to content

Commit 49936ea

Browse files
committed
try this
1 parent 9687278 commit 49936ea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docs-preview-create.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,10 @@ jobs:
2424
- name: Sync
2525
run: cd apps/svelte.dev && pnpm sync-docs --owner="${{ github.event.client_payload.owner }}" -p "${{ github.event.client_payload.package }}#${{ github.event.client_payload.branch }}"
2626

27+
- name: Configure Git
28+
run: |
29+
git config --global user.name "GitHub Actions Bot"
30+
git config --global user.email "github-actions[bot]@users.noreply.github.com"
31+
2732
- name: Push
2833
run: git add -A && git commit -m "sync docs" && git push -u origin sync/${{ github.event.client_payload.package }}/${{ github.event.client_payload.owner }}/${{ github.event.client_payload.branch }}

0 commit comments

Comments
 (0)