Actualizar '.github/workflows/main.yml'
CI / docker_demo (push) Failing after 0s Details
hello-world / my-job (push) Successful in 7s Details

main
rober 9 months ago
parent 546e888d3e
commit b6738b949c

@ -5,9 +5,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: apt update && apt install -y openssh-client git hugo
- name: Setup key
env:
- env:
clave_ssh: ${{ secrets.CLAVE_SSH }}
- run: apt update && apt install -y openssh-client git hugo
- run: |
./subir.sh

Loading…
Cancel
Save