diff --git a/.github/workflows/push_event.yml b/.github/workflows/push_event.yml index d1581fe0a14..f903f64378e 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 "::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: