mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-09-17 16:05:42 -04: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
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…
x
Reference in New Issue
Block a user