Skip to content

Commit

Permalink
ref
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jan 5, 2024
1 parent 946bbf9 commit 08334a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/validate-new-contributor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ jobs:

- name: 🛫 Checkout
uses: actions/checkout@v4
with:
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 }}
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

Expand Down

0 comments on commit 08334a6

Please sign in to comment.