From f76f437c2d6d089bd6a990140ac79d7dd82bc728 Mon Sep 17 00:00:00 2001 From: Omkar Khatavkar Date: Wed, 14 Feb 2024 00:38:08 +0530 Subject: [PATCH] Update push_event.yml --- .github/workflows/push_event.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/push_event.yml b/.github/workflows/push_event.yml index cfa9931bee1..920bdcd4a61 100644 --- a/.github/workflows/push_event.yml +++ b/.github/workflows/push_event.yml @@ -8,6 +8,8 @@ jobs: name: Remove PRT labels for new commit runs-on: ubuntu-latest steps: + - run: echo "event name is:" ${{ github.event_name }} + - run: echo "event type is:" ${{ github.event.action }} - name: Remove the previous PRT Result labels if: contains(github.event.pull_request.labels.*.name, 'PRT') uses: actions/github-script@v7