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