Update main.yml
This commit is contained in:
parent
3d00f89e74
commit
19c652bcc8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -36,6 +36,6 @@ jobs:
|
||||||
|
|
||||||
- name: Run git
|
- name: Run git
|
||||||
run: |
|
run: |
|
||||||
git add $GITHUB_WORKSPACE/format/converted/*
|
git add $GITHUB_WORKSPACE/format/converted/* -f
|
||||||
git commit -m "Update DAU contents"
|
git commit -m "Update DAU contents"
|
||||||
git push origin master
|
git push origin master
|
||||||
|
|
Loading…
Reference in a new issue