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 aa4925b commit 5bdae9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-new-contributor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v4

- name: 🛫 Checkout Pull Request
if: ${{ github.event_name == 'workflow_call' }}
if: github.event_name == 'workflow_call'
run: gh pr checkout ${{ inputs.pull-request-number }}
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
Expand All @@ -46,6 +46,6 @@ jobs:
# run: pipenv run python validate_new_contributor.py

- name: 📧 Output Email Address
if: ${{ github.event_name == 'workflow_call' }}
if: github.event_name == 'workflow_call'
id: output-email-address
run: echo "[email protected]" >> "$GITHUB_OUTPUT"

0 comments on commit 5bdae9e

Please sign in to comment.