corregido runner equivocado para el workflow
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

This commit is contained in:
2025-05-26 11:48:54 -06:00
parent a27dcb0615
commit 457ab5936e

View File

@@ -6,7 +6,7 @@ on:
jobs:
sync:
runs-on: ubuntu-latest
runs-on: docker
steps:
- name: Clonar el repo
uses: actions/checkout@v3