mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-01 19:06:58 +03:00
ci: fix repo URL in blocked pr workflow
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
parent
cfc3c76779
commit
cbd1fc6f43
1 changed files with 2 additions and 2 deletions
4
.github/workflows/blocked_prs.yml
vendored
4
.github/workflows/blocked_prs.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
env:
|
||||
REPO_L: ${{ github.event.pull_request.base.repo.name }}
|
||||
OWNER_L: ${{ github.event.pull_request.base.repo.owner.login }}
|
||||
REPO_URL_L: $ {{ github.event.pull_request.base.repo.html_url }}
|
||||
REPO_URL_L: ${{ github.event.pull_request.base.repo.html_url }}
|
||||
PR_HEAD_SHA_L: ${{ github.event.pull_request.head.sha }}
|
||||
PR_NUMBER_L: ${{ github.event.pull_request.number }}
|
||||
PR_HEAD_LABEL_L: ${{ github.event.pull_request.head.label }}
|
||||
|
|
@ -56,7 +56,7 @@ jobs:
|
|||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
OWNER_REPO_L: ${{ github.repository }}
|
||||
OWNER_L: ${{ github.repository_owner }}
|
||||
REPO_URL_L: $ {{ github.repositoryUrl }}
|
||||
REPO_URL_L: https://github.com/${{ github.repository }}
|
||||
PR_NUMBER_L: ${{ inputs.pr_id }}
|
||||
run: |
|
||||
# setup env for the rest of the workflow
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue