From f7d1abfbb6c7389d21d914a17ee403efcd71a30b Mon Sep 17 00:00:00 2001 From: Anonymus Raccoon Date: Wed, 8 Jan 2020 15:25:52 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eb86cfd..d3c06ff 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,4 @@ jobs: git config --global user.name "Tristan Roux" ssh-keyscan git.epitech.eu >> ~/.ssh/known_hosts git remote add blih ssh://git@git.epitech.eu/tristan.roux@epitech.eu/MUL_my_runnner_2019.git - git checkout -b pusher - git add -A . - git commit -m "Sync" - git push blih master + git push blih master:master