diff --git a/roles/ipcheck/tasks/main.yml b/roles/ipcheck/tasks/main.yml index 842a4b2..47576cf 100644 --- a/roles/ipcheck/tasks/main.yml +++ b/roles/ipcheck/tasks/main.yml @@ -25,15 +25,15 @@ args: chdir: /runner/project -- name: git branch - shell: git branch -M main - args: - chdir: /runner/project +#- name: git branch +# shell: git branch -M main +# args: +# chdir: /runner/project -- name: git remote add - shell: git remote add origin https://github.com/ByeonJungHun/ipcheck.git - args: - chdir: /runner/project +#- name: git remote add +# shell: git remote add origin https://github.com/ByeonJungHun/ipcheck.git +# args: +# chdir: /runner/project - name: git push shell: git push -u origin main