mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
ci: wrap PR base label in quotes (#25432)
This commit is contained in:
parent
44fcacba84
commit
3f51277219
2
.github/workflows/label-pr.yml
vendored
2
.github/workflows/label-pr.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
const labelsToAdd = []
|
||||
|
||||
const pullRequest = {
|
||||
baseLabel: ${{ github.event.pull_request.base.label }},
|
||||
baseLabel: '${{ github.event.pull_request.base.label }}',
|
||||
number: ${{ github.event.pull_request.number }},
|
||||
title: process.env.PULL_REQUEST_TITLE,
|
||||
labelsNames: ${{ github.event.pull_request.labels }}.map(
|
||||
|
Loading…
Reference in New Issue
Block a user