try actions/checkout@v3
Some checks failed
cicd / cicd (push) Failing after 16s

This commit is contained in:
bel
2023-10-28 08:45:02 -06:00
parent b970d4b6fa
commit d6a2d3269c

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