Files
planilla/.gitea/workflows/sync-to-github.yml
josedario87 457ab5936e
Some checks failed
build-and-deploy / filter (push) Successful in 2s
Sync to GitHub / sync (push) Failing after 0s
build-and-deploy / build (push) Successful in 6s
build-and-deploy / deploy (push) Successful in 2s
corregido runner equivocado para el workflow
2025-05-26 11:48:54 -06:00

19 lines
369 B
YAML

name: Sync to GitHub
on:
push:
branches: [main]
jobs:
sync:
runs-on: docker
steps:
- 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/planillla.git
- name: Subi