Skip to content

Commit bf56fcc

Browse files
authored
Sync
1 parent 7d9051a commit bf56fcc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/sync.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ jobs:
1818
run: git clone https://x-access-token:${PATH_TOKEN}@github.com/Heexy/produc-docs.git producdocs
1919

2020
- name: Copy files
21-
run: rsync -a --delete --exclude='.git' ./ producdocs/
21+
run: rsync -a --delete --exclude='.github' ./ producdocs/
2222
shell: bash
2323

2424
- name: Commit and push changes
2525
working-directory: producdocs
2626
env:
2727
PATH_TOKEN: ${{ secrets.PATH_TOKEN }}
2828
run: |
29-
git config user.name "github-actions"
30-
git config user.email "actions@github.com"
29+
git config user.name "github-actions[bot]"
30+
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
3131
git add .
3232
if ! git diff --cached --quiet; then
3333
git commit -m "Sync docs from docs repo"

0 commit comments

Comments
 (0)