From 7ba784473d240e9f9bdbd6eed99965ce9ef306fb Mon Sep 17 00:00:00 2001 From: MJedr Date: Mon, 2 Oct 2023 13:08:37 +0200 Subject: [PATCH] add checkout action to workflow --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a728795..fa76a66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,8 @@ jobs: - notification-service runs-on: ubuntu-latest steps: + - name: Checkout + uses: actions/checkout@v3 - name: Use the reusable workflow uses: ./.github/workflows/reusable-workflow.yml with: