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

main
rober 9 months ago
parent 4d07cb555d
commit 93280f1890

@ -7,7 +7,7 @@ jobs:
- 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 hugo
- name: Setup key - name: Setup key
uses: webfactory/ssh-agent@v0.8.0 uses: ./
with: with:
ssh-private-key: | ssh-private-key: |
${{ secrets.CLAVE_SSH }} ${{ secrets.CLAVE_SSH }}

Loading…
Cancel
Save