Skip to content

Commit

Permalink
fix: develop fork 주소도 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ocahs9 committed Feb 8, 2025
1 parent 0d55b55 commit 7a48e4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/forkDevelop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Add remote-url
run: |
git remote add forked-repo https://ocahs9:${{ secrets.FORKED_REPO_TOKEN }}@github.com/ocahs9/35-APPJAM-WEB-COCOS
git remote add forked-repo https://ocahs9:${{ secrets.FORKED_REPO_TOKEN }}@github.com/ocahs9/cocos-frontend
git config user.name ocahs9
git config user.email ${{ secrets.EMAIL }}
Expand All @@ -30,4 +30,4 @@ jobs:
- name: Clean up
run: |
git remote remove forked-repo
git remote remove forked-repo

0 comments on commit 7a48e4c

Please sign in to comment.