Skip to content

Commit 513b599

Browse files
authored
Update build.yml
1 parent fd67b5b commit 513b599

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ jobs:
3939

4040
- name: Build project
4141
run: yarn build
42+
43+
- name: Commit files report
44+
run: |
45+
git config --local user.email "[email protected]"
46+
git config --local user.name "GitHub Action"
47+
git add -A
48+
git commit -m "Sync repo from homepage"
4249
4350
- name: GitHub Push
4451
uses: ad-m/[email protected]

0 commit comments

Comments
 (0)