From d636e3579b70065d142b377b5ec8714b01632138 Mon Sep 17 00:00:00 2001 From: SKairinos Date: Fri, 5 Jan 2024 17:18:17 +0000 Subject: [PATCH] echo event name --- .github/workflows/validate-new-contributor.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/validate-new-contributor.yaml b/.github/workflows/validate-new-contributor.yaml index 894b2c0c..031e1f2a 100644 --- a/.github/workflows/validate-new-contributor.yaml +++ b/.github/workflows/validate-new-contributor.yaml @@ -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 }}