diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ffaaaf3..5c001c4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,9 @@ jobs: cat ~/.ssh/blih && echo toto echo $TEST echo test2 + ls -R echo test3 + tree 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"