Use name instead of labels array

This commit is contained in:
Greg 2021-09-20 17:43:53 -06:00
parent c507ec535b
commit 299a6b5ca2
1 changed files with 1 additions and 1 deletions

View File

@ -55,5 +55,5 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
labels: ['run: smoke tests']
name: 'run: smoke tests'
})