From 9b51edb82b02514b9c0d704ee2591183ba75507a Mon Sep 17 00:00:00 2001 From: Joshua Unrau Date: Wed, 28 Feb 2024 23:36:25 -0500 Subject: [PATCH] Update pull-request.yaml --- .github/workflows/pull-request.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 8ea4e4f1a..ef3988f10 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -8,6 +8,8 @@ jobs: outputs: mongodb_version: ${{ steps.define.outputs.MONGODB_VERSION }} steps: + - name: Checkout Repository + uses: actions/checkout@v4 - id: define run: | cat .env.template | grep MONGODB_VERSION >> "$GITHUB_OUTPUT"