From 9f184080a3752797db5e68ad4b41aa97dd7d0a6b Mon Sep 17 00:00:00 2001 From: Anonymus Raccoon Date: Wed, 8 Jan 2020 15:49:47 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e14f6e4..afcf326 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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"