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

main
rober 9 months ago
parent e9a3c9f15a
commit 018ac1ca4d

@ -5,7 +5,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- run: apt update && apt install -y openssh-client git hugo - run: apt update && apt install -y openssh-client git rsync snapd
- run: snap install hugo
- shell: bash - shell: bash
env: env:
clave_ssh: ${{ secrets.CLAVE_SSH }} clave_ssh: ${{ secrets.CLAVE_SSH }}

Loading…
Cancel
Save