try actions/checkout@v3
cicd / cicd (push) Failing after 16s Details

main
bel 2023-10-28 08:45:02 -06:00
parent b970d4b6fa
commit d6a2d3269c
1 changed files with 4 additions and 1 deletions

View File

@ -9,7 +9,10 @@ jobs:
name: cicd name: cicd
runs-on: dind runs-on: dind
steps: steps:
- run: | - name: checkout
uses: actions/checkout@v3
- name: cicd
run: |
pwd pwd
find . -type d find . -type d
sh ./build.sh sh ./build.sh