Skip to content

Commit

Permalink
echo event name
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jan 5, 2024
1 parent 5bdae9e commit d636e35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/validate-new-contributor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +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'
run: gh pr checkout ${{ inputs.pull-request-number }}
Expand Down

0 comments on commit d636e35

Please sign in to comment.