labels + config funciona
All checks were successful
Pipeline de prueba / verificacion (push) Successful in 16s
All checks were successful
Pipeline de prueba / verificacion (push) Successful in 16s
This commit is contained in:
parent
2c3d2d12e9
commit
1214c0ceda
3 changed files with 2 additions and 1 deletions
|
|
@ -10,4 +10,4 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Ejecutar script de prueba
|
- name: Ejecutar script de prueba
|
||||||
run: bash test2.sh
|
run: bash test.sh
|
||||||
1
test.sh
1
test.sh
|
|
@ -5,3 +5,4 @@ echo "Directorios"
|
||||||
pwd
|
pwd
|
||||||
echo "Archivos"
|
echo "Archivos"
|
||||||
ls -la
|
ls -la
|
||||||
|
echo "Funciona correctamente"
|
||||||
|
|
|
||||||
0
test1.sh
Normal file
0
test1.sh
Normal file
Loading…
Reference in a new issue