mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-29 13:20:18 +02:00
ci: fix labels detected as sequence
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
parent
be1ce8dd9d
commit
cfc3c76779
4
.github/workflows/blocked_prs.yml
vendored
4
.github/workflows/blocked_prs.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
checks: write
|
checks: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Setup From Pull Request Vent
|
- name: Setup From Pull Request Event
|
||||||
if: github.event_name != 'workflow_dispatch'
|
if: github.event_name != 'workflow_dispatch'
|
||||||
id: pr_event_setup
|
id: pr_event_setup
|
||||||
env:
|
env:
|
||||||
@ -35,7 +35,7 @@ jobs:
|
|||||||
PR_NUMBER_L: ${{ github.event.pull_request.number }}
|
PR_NUMBER_L: ${{ github.event.pull_request.number }}
|
||||||
PR_HEAD_LABEL_L: ${{ github.event.pull_request.head.label }}
|
PR_HEAD_LABEL_L: ${{ github.event.pull_request.head.label }}
|
||||||
PR_BODY_L: ${{ github.event.pull_request.body }}
|
PR_BODY_L: ${{ github.event.pull_request.body }}
|
||||||
PR_LABLES_L: ${{ github.event.pull_request.labels }}
|
PR_LABLES_L: "${{ github.event.pull_request.labels }}"
|
||||||
run: |
|
run: |
|
||||||
# setup env for the rest of the workflow
|
# setup env for the rest of the workflow
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user