Skip to content

Commit

Permalink
fix(git-action): 스크립트 수정 (추가된 파일 추적할 수 있게 변경)
Browse files Browse the repository at this point in the history
  • Loading branch information
KimHunJin committed Oct 18, 2021
1 parent edd8347 commit 5941f2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/google-sheet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,6 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add *
git diff-index --quiet HEAD || (git commit -a -m'[bot] update files' --allow-empty && git push)

0 comments on commit 5941f2e

Please sign in to comment.