diff --git a/github-actions/templates/multi-event.yml b/github-actions/templates/multi-event.yml index a3275be38..ab54ffe33 100644 --- a/github-actions/templates/multi-event.yml +++ b/github-actions/templates/multi-event.yml @@ -16,4 +16,5 @@ jobs: echo "REF: $GITHUB_REF" echo "Job ID: $GITHUB_JOB" echo "Action: $GITHUB_ACTION" - echo "Actor: $GITHUB_ACTOR" \ No newline at end of file + echo "Actor: $GITHUB_ACTOR" + echo "PR Number: ${{ github.event.pull_request.number }}" \ No newline at end of file