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

main
rober 9 months ago
parent 93280f1890
commit 546e888d3e

@ -7,9 +7,7 @@ jobs:
- uses: actions/checkout@v3
- run: apt update && apt install -y openssh-client git hugo
- name: Setup key
uses: ./
with:
ssh-private-key: |
${{ secrets.CLAVE_SSH }}
env:
clave_ssh: ${{ secrets.CLAVE_SSH }}
- run: |
./subir.sh

Loading…
Cancel
Save