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

main
rober 9 months ago
parent 4f39f9554e
commit 912a647223

@ -1,21 +1,15 @@
name: CI name: CI
on: push
on:
push:
branches: [main]
jobs: jobs:
docker_demo: docker_demo:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container:
image: 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 hugo
- name: Setup key - name: Setup key
uses: ./ uses: ./
with: with:
ssh-private-key: | ssh-private-key: |
${{ secrets.CLAVE_SSH }} ${{ secrets.CLAVE_SSH }}
- run: | - run: |
./subir.sh ./subir.sh

Loading…
Cancel
Save