i do NOT want node for checkout
cicd / cicd (push) Failing after 4s Details

main
bel 2023-10-28 08:46:24 -06:00
parent d6a2d3269c
commit 4b0dafc6ac
1 changed files with 4 additions and 1 deletions

View File

@ -10,7 +10,10 @@ jobs:
runs-on: dind runs-on: dind
steps: steps:
- name: checkout - name: checkout
uses: actions/checkout@v3 run: |
git clone ${{ github.repository }}
cd ./*/
shell: sh
- name: cicd - name: cicd
run: | run: |
pwd pwd