sincronizar cambios
This commit is contained in:
@@ -14,10 +14,6 @@ jobs:
|
||||
- name: Clonar el repo
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Agregar remoto de GitHub
|
||||
run: |
|
||||
git remote add github https://josedario87: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@github.com/josedario87/planilla.git
|
||||
|
||||
- name: Forzar limpieza y retry
|
||||
run: |
|
||||
git remote remove github
|
||||
@@ -25,8 +21,3 @@ jobs:
|
||||
git fetch github
|
||||
git push github +HEAD:main --force
|
||||
|
||||
|
||||
- name: Forzar subida a GitHub (sobrescribe lo que haya)
|
||||
run: |
|
||||
git fetch github
|
||||
git push github +main
|
||||
|
||||
Reference in New Issue
Block a user