Skip to content

Commit 04ec355

Browse files
add git add --all
1 parent 770f854 commit 04ec355

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/translate-and-build-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
run: |
3838
git config --local user.email "github-actions[bot]@users.noreply.github.com"
3939
git config --local user.name "github-actions[bot]"
40+
git add --all
4041
if [ -n "$(git commit -m "translate $(date +%y-%m-%d_%H:%M)" -a | grep "nothing to commit")" ];then exit 0; fi
4142
4243
- name: Push changes

0 commit comments

Comments
 (0)