Skip to content

Commit

Permalink
Update update-readme.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ddubbu-dev authored Aug 8, 2024
1 parent c43f978 commit fdc5180
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs: # 실제 실행될 내용
python update.py
- name: Commit changes # 3) 추가된 파일 commit
run: |
git config --global user.name "${GH_USERNAME}"
git config --global user.name "ddubbu-dev"
git config --global user.email '[email protected]'
git add -A
git commit -am "auto update README.md" # 커밋 메시지
- name: Push changes # 4) 메인에 푸시
Expand Down

0 comments on commit fdc5180

Please sign in to comment.