fix: Change CI to ssh git
This commit is contained in:
@@ -96,7 +96,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Clone wiki repository
|
- name: Clone wiki repository
|
||||||
run: |
|
run: |
|
||||||
git clone https://git.factory.uga.edu/UGA-Innovation-Factory/athenix.wiki.git wiki
|
git clone git@factory.uga.edu:UGA-Innovation-Factory/athenix.wiki.git wiki
|
||||||
cd wiki
|
cd wiki
|
||||||
git config user.name "Athenix CI"
|
git config user.name "Athenix CI"
|
||||||
git config user.email "ci@athenix.factory.uga.edu"
|
git config user.email "ci@athenix.factory.uga.edu"
|
||||||
|
|||||||
Reference in New Issue
Block a user