From 1214c0ceda2a426bcd151cef5220245b89c567e4 Mon Sep 17 00:00:00 2001 From: Kristina Date: Sun, 10 May 2026 11:42:02 +0200 Subject: [PATCH] labels + config funciona --- .gitea/workflows/ci.yaml | 2 +- test.sh | 1 + test1.sh | 0 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 test1.sh diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index f35f1af..5f733a6 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -10,4 +10,4 @@ jobs: steps: - uses: actions/checkout@v3 - name: Ejecutar script de prueba - run: bash test2.sh \ No newline at end of file + run: bash test.sh \ No newline at end of file diff --git a/test.sh b/test.sh index df6be53..a294fdc 100644 --- a/test.sh +++ b/test.sh @@ -5,3 +5,4 @@ echo "Directorios" pwd echo "Archivos" ls -la +echo "Funciona correctamente" diff --git a/test1.sh b/test1.sh new file mode 100644 index 0000000..e69de29