From c89b24c5489787735e2bc63d075a6b0c5e322b21 Mon Sep 17 00:00:00 2001 From: Christian Zunker <827818+czunker@users.noreply.github.com> Date: Tue, 10 Dec 2024 13:12:15 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Checkout=20repo=20before=20appro?= =?UTF-8?q?val=20(#4968)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Zunker --- .github/workflows/pr-test-lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr-test-lint.yml b/.github/workflows/pr-test-lint.yml index b5bfc7f41..a46d51920 100644 --- a/.github/workflows/pr-test-lint.yml +++ b/.github/workflows/pr-test-lint.yml @@ -184,6 +184,8 @@ jobs: contents: write pull-requests: write steps: + - name: Checkout code + uses: actions/checkout@v4 # figure out the PR for this commit - uses: cloudposse-github-actions/get-pr@v2.0.0 id: pr