mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 18:09:59 +03: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
1 changed files with 2 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue