From cad3e27ac3b5fce950988e8372846dca5f18555a Mon Sep 17 00:00:00 2001 From: cod17828 <124770688+cod17828@users.noreply.github.com> Date: Fri, 24 May 2024 10:23:44 +0200 Subject: [PATCH] Update run-nala.yml --- .github/workflows/run-nala.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/run-nala.yml b/.github/workflows/run-nala.yml index c9bece5..03dcbb7 100644 --- a/.github/workflows/run-nala.yml +++ b/.github/workflows/run-nala.yml @@ -19,3 +19,8 @@ jobs: labels: ${{ join(github.event.pull_request.labels.*.name, ' ') }} branch: ${{ github.event.pull_request.head.ref }} repoName: ${{ github.repository }} + prUrl: ${{ github.event.pull_request.head.repo.html_url }} + prOrg: ${{ github.event.pull_request.head.repo.owner.login }} + prRepo: ${{ github.event.pull_request.head.repo.name }} + prBranch: ${{ github.event.pull_request.head.ref }} + prBaseBranch: ${{ github.event.pull_request.base.ref }}