Merge pull request 'fix: Change CI to ssh git' (#31) from sw-refactor into main
All checks were successful
CI / Format Check (push) Successful in 2s
CI / Flake Check (push) Successful in 1m40s
CI / Evaluate Key Configurations (nix-builder) (push) Successful in 9s
CI / Evaluate Key Configurations (nix-desktop1) (push) Successful in 7s
CI / Evaluate Key Configurations (nix-laptop1) (push) Successful in 8s
CI / Evaluate Artifacts (installer-iso-nix-laptop1) (push) Successful in 15s
CI / Evaluate Artifacts (lxc-nix-builder) (push) Successful in 8s
CI / Build and Publish Documentation (push) Successful in 6s
All checks were successful
CI / Format Check (push) Successful in 2s
CI / Flake Check (push) Successful in 1m40s
CI / Evaluate Key Configurations (nix-builder) (push) Successful in 9s
CI / Evaluate Key Configurations (nix-desktop1) (push) Successful in 7s
CI / Evaluate Key Configurations (nix-laptop1) (push) Successful in 8s
CI / Evaluate Artifacts (installer-iso-nix-laptop1) (push) Successful in 15s
CI / Evaluate Artifacts (lxc-nix-builder) (push) Successful in 8s
CI / Build and Publish Documentation (push) Successful in 6s
Reviewed-on: #31
This commit was merged in pull request #31.
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