Skip to content

Commit

Permalink
Update push_event.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Omkar Khatavkar authored Feb 13, 2024
1 parent db7cdc6 commit df419a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push_event.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
name: Remove PRT labels for new commit
runs-on: ubuntu-latest
steps:
- run: |
echo "::set-env name=PR_NUMBER::$(jq --raw-output .pull_request.number "$GITHUB_EVENT_PATH")"
- name: Remove the previous PRT Result labels
uses: actions/github-script@v7
with:
Expand Down

0 comments on commit df419a0

Please sign in to comment.