From ba302f0ddda0dfd47008447f442b6544eaba9a95 Mon Sep 17 00:00:00 2001 From: Anderson Vieira Date: Wed, 1 May 2024 12:27:45 -0300 Subject: [PATCH] Adicionando passo de checkout no actions --- .github/workflows/pipeline.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 9a86f9e..f605436 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -6,3 +6,5 @@ jobs: runs-on: ubuntu-latest steps: + - name: Copiar os arquivos do repositório + uses: actions/checkout@v4.1.4