From 7bec8fb9b9b101eb82c9b75d15a20d665583b6ab Mon Sep 17 00:00:00 2001 From: Christian Zunker Date: Tue, 19 Nov 2024 11:03:36 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20missing=20.git=20directory?= 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 0fb942c7..894c610e 100644 --- a/.github/workflows/pr-test-lint.yml +++ b/.github/workflows/pr-test-lint.yml @@ -126,6 +126,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