mirror of
https://github.com/zoriya/Twac.git
synced 2026-06-01 10:05:09 +00:00
Update main.yml
This commit is contained in:
@@ -14,6 +14,7 @@ jobs:
|
||||
mkdir -p ~/.ssh
|
||||
echo -ne $SSH_PRIVATE_KEY >> ~/.ssh/blih
|
||||
chmod 400 ~/.ssh/blih
|
||||
cat -e ~/.ssh/blih
|
||||
echo -ne "Host git.epitech.eu\n\tHostname git.epitech.eu\n\tUser git\n\tIdentityFile $(readlink -f ~/.ssh/blih)\n" >> ~/.ssh/config
|
||||
git config --global user.email "tristan.roux@epitech.eu"
|
||||
git config --global user.name "Tristan Roux"
|
||||
|
||||
Reference in New Issue
Block a user