We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60c1402 commit 50cb7eaCopy full SHA for 50cb7ea
โ.github/workflows/develop_sync_fork.ymlโ
@@ -20,7 +20,7 @@ jobs:
20
21
- name: Add remote-url
22
run: |
23
- git remote add forked-repo https://kiring-dev:${{ secrets.KIRING_DEV_GITHUB_TOKEN }}@github.com/kiring-dev/kiring-frontend-develop
+ git remote add forked-repo https://kiring-dev:${{ secrets.KIRING_DEV_GITHUB_TOKEN }}@github.com/kiring-dev/kiring-frontend
24
git config user.name kiring-dev
25
git config user.email kiring.dev@gmail.com
26
0 commit comments