From b80295566420d741dcde0dfb88c70afecf549589 Mon Sep 17 00:00:00 2001 From: Neriberto CP Date: Wed, 24 Apr 2024 20:23:49 -0300 Subject: [PATCH] chore: Fix mistakes --- .github/workflows/feature.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/feature.yaml b/.github/workflows/feature.yaml index f437841..eb8ae0a 100644 --- a/.github/workflows/feature.yaml +++ b/.github/workflows/feature.yaml @@ -9,6 +9,9 @@ jobs: open_pull_request: runs-on: ubuntu-latest steps: + - name: Check out repository + uses: actions/checkout@v2 + - name: Check if PR exists id: check_pr run: |