We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bae5ca commit 27a6bceCopy full SHA for 27a6bce
.github/workflows/manual.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Add remote-url
21
run: |
22
- git remote add forked-repo https://KAIST-VIL:${{ secrets.FORKED_REPO_TOKEN }}@github.com/KAIST-VIL/lab-page-template
+ git remote add forked-repo https://KAIST-VIL:${{ secrets.FORKED_REPO_TOKEN }}@github.com/KAIST-VIL/kaist-vil.github.io
23
git config user.name SeungAhSon
24
git config user.email gongsoonyee@gmail.com
25
0 commit comments