mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-09-19 08:59:17 -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
2
.github/workflows/blocked_prs.yml
vendored
2
.github/workflows/blocked_prs.yml
vendored
@ -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