Skip to content

Commit

Permalink
fix: change commit user
Browse files Browse the repository at this point in the history
  • Loading branch information
leejin-rho authored Sep 10, 2024
1 parent fd26f3e commit 44026e7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/sync-to-backend-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ jobs:
cd swagger-custom-java
# Git 사용자 정보 설정
git config user.name "westofsky"
git config user.email "[email protected]"
# git config user.name "westofsky"
# git config user.email "[email protected]"
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor }}@users.noreply.github.com"
# A 레포지토리에서 B 레포지토리로 파일 복사
cp ../dist/swagger-ui.css src/main/resources/META-INF/resources/webjars/swagger-ui/swagger-ui.css
Expand Down

0 comments on commit 44026e7

Please sign in to comment.