From b2ce7448228579e88387c43f1f8f93fd1fcbb6ec Mon Sep 17 00:00:00 2001 From: Reyson Barros Date: Mon, 11 Dec 2023 23:48:38 -0300 Subject: [PATCH] =?UTF-8?q?Adiconando=20um=20ckeckout=20no=20reposit=C3=B3?= =?UTF-8?q?rio=20na=20criacao=20do=20cluster?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pipeline.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 383b9217..50233e8b 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -43,6 +43,9 @@ jobs: create-cluster: runs-on: ubuntu-latest steps: + - + name: Checkout + uses: actions/checkout@v4 - name: Verificando diretório atual run: | ls ${{ github.workspace }}