From b227e9bf105135df7a08d1bb7e30311ba8209099 Mon Sep 17 00:00:00 2001 From: SKairinos Date: Fri, 5 Jan 2024 17:48:06 +0000 Subject: [PATCH] force --- .github/workflows/validate-new-contributor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-new-contributor.yaml b/.github/workflows/validate-new-contributor.yaml index a4fc8a74..464c246e 100644 --- a/.github/workflows/validate-new-contributor.yaml +++ b/.github/workflows/validate-new-contributor.yaml @@ -42,7 +42,7 @@ jobs: ref: refs/pull/${{ inputs.pull-request-number }}/head - name: 🛫 Checkout - run: gh pr checkout ${{ inputs.pull-request-number }} + run: gh pr checkout ${{ inputs.pull-request-number }} --force env: GH_TOKEN: ${{ secrets.GH_TOKEN }}