si no funciona me voy para sps
This commit is contained in:
@@ -7,12 +7,17 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
sync:
|
sync:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
env:
|
||||||
|
GITHUB_ACTOR: josedario87
|
||||||
|
GITHUB_TOKEN: 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
|
||||||
steps:
|
steps:
|
||||||
- name: Clonar el repo
|
- name: Clonar el repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Agregar remoto de GitHub
|
- name: Agregar remoto de GitHub
|
||||||
run: |
|
run: |
|
||||||
git remote add github https://josedario87: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@github.com/josedario87/planillla.git
|
git remote add github https://josedario87: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@github.com/josedario87/planilla.git
|
||||||
|
|
||||||
- name: Subi
|
- name: Subi
|
||||||
|
run: |
|
||||||
|
git push github main
|
||||||
|
|||||||
Reference in New Issue
Block a user