mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 21:55:11 +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 labelsToAdd = []
|
||||||
|
|
||||||
const pullRequest = {
|
const pullRequest = {
|
||||||
baseLabel: ${{ github.event.pull_request.base.label }},
|
baseLabel: '${{ github.event.pull_request.base.label }}',
|
||||||
number: ${{ github.event.pull_request.number }},
|
number: ${{ github.event.pull_request.number }},
|
||||||
title: process.env.PULL_REQUEST_TITLE,
|
title: process.env.PULL_REQUEST_TITLE,
|
||||||
labelsNames: ${{ github.event.pull_request.labels }}.map(
|
labelsNames: ${{ github.event.pull_request.labels }}.map(
|
||||||
|
Loading…
Reference in New Issue
Block a user