Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jan 5, 2024
1 parent f4908b9 commit c29a4e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/validate-new-contributor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
with:
ref: refs/pull/${{ inputs.pull-request-number }}/head

- name: 🛫 Checkout
run: gh pr checkout ${{ inputs.pull-request-number }}
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
# - name: 🛫 Checkout
# run: gh pr checkout ${{ inputs.pull-request-number }}
# env:
# GH_TOKEN: ${{ secrets.GH_TOKEN }}

- uses: ocadotechnology/codeforlife-workspace/.github/actions/python/setup-environment@new_contributor_validations # TODO: use @main
with:
Expand Down

0 comments on commit c29a4e2

Please sign in to comment.