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 c29a4e2 commit c6759eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/actions/python/setup-environment/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ runs:
using: composite
steps:
- name: 🛫 Checkout
if: ${{ inputs.checkout == 'true' }}
uses: actions/checkout@v4
with:
ref: refs/pull/53/head

- name: 🐍 Set up Python ${{ inputs.python-version }}
uses: actions/setup-python@v4
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/validate-new-contributor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
# echo "PR_NUM=${{ inputs.pull-request-number }}" >> $GITHUB_ENV
# fi

- name: 🛫 Checkout
uses: actions/checkout@v4
with:
ref: refs/pull/${{ inputs.pull-request-number }}/head
# - 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 }}
Expand Down

0 comments on commit c6759eb

Please sign in to comment.