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 d636e35 commit b3adf35
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/validate-new-contributor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,9 @@ jobs:
- name: 🛫 Checkout
uses: actions/checkout@v4

- name: Echo event name
run: echo ${{ github.event_name }}

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

- name: 📧 Output Email Address
if: github.event_name == 'workflow_call'
# TODO: set to 'workflow_dispatch'
if: github.event_name == 'push'
id: output-email-address
run: echo "[email protected]" >> "$GITHUB_OUTPUT"

0 comments on commit b3adf35

Please sign in to comment.