Skip to content

Commit 9c0b553

Browse files
committed
try now
1 parent 0c55923 commit 9c0b553

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [sync-request]
66

77
jobs:
8-
log:
8+
Sync:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
@@ -25,5 +25,5 @@ jobs:
2525
commit-message: sync ${{ github.event.client_payload.package }} docs
2626
title: Sync ${{ github.event.client_payload.package }}
2727
body: This is an automated pull request
28-
branch: sync:${{ github.event.client_payload.package }}
28+
branch: sync/${{ github.event.client_payload.package }}
2929
base: main

0 commit comments

Comments
 (0)