Skip to content

Commit

Permalink
fix: 서브모듈 정보 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbin.kim committed Jun 20, 2021
1 parent c890988 commit 906c8de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Github 서브모듈 체크아웃
uses: actions/checkout@v2
with:
repository: khb1109/sgsg-private
repository: hongbin-dev/sgsg-private
token: ${{ secrets.SGSG_PRIVATE_PAT }}
path: src/main/resources/config

Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "config"]
path = src/main/resources/config
url = https://github.com/khb1109/sgsg-private
url = https://github.com/hongbin-dev/sgsg-private

0 comments on commit 906c8de

Please sign in to comment.