From 2b82d9202d03fd19d991d238f22000615d42a760 Mon Sep 17 00:00:00 2001
From: Anonymus Raccoon
Date: Wed, 8 Jan 2020 16:29:39 +0100
Subject: [PATCH] Update main.yml
---
.github/workflows/main.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 5c001c4..376f7de 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -17,9 +17,8 @@ jobs:
cat ~/.ssh/blih && echo toto
echo $TEST
echo test2
+ git pull --recurse
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"