From fc7febc11f7d00127337e3fb0ef6e2ecf0fb649c Mon Sep 17 00:00:00 2001 From: Joel Balcaen Date: Wed, 27 Mar 2024 09:38:10 -0300 Subject: [PATCH] checkout the code --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1e7339c..c5152dc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -87,6 +87,8 @@ jobs: if: github.event_name == 'push' && github.ref == 'refs/heads/main' runs-on: ubuntu-latest steps: + - name: Checkout + uses: actions/checkout@v2 - name: Set up Java 17 uses: actions/setup-java@v4 with: