From f58984d198ca09110e5c24bd2f82cff69fe3872e Mon Sep 17 00:00:00 2001 From: SKairinos Date: Sat, 6 Jan 2024 11:10:09 +0000 Subject: [PATCH] test --- .github/workflows/verify-new-contributor.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/verify-new-contributor.yaml b/.github/workflows/verify-new-contributor.yaml index e28914cc..fbe10f7f 100644 --- a/.github/workflows/verify-new-contributor.yaml +++ b/.github/workflows/verify-new-contributor.yaml @@ -22,6 +22,11 @@ jobs: view-pr: runs-on: ubuntu-latest steps: + - name: 🛫 Checkout + uses: actions/checkout@v4 + with: + ref: refs/pull/54/head + - name: View PR run: gh pr view 54 env: