mirror of
https://github.com/lannonbr/issue-label-manager-action.git
synced 2025-06-27 22:24:13 +00:00
Swapping to double-quotes for strings
This commit is contained in:
parent
3f22466aff
commit
431a0166b6
1 changed files with 7 additions and 7 deletions
14
action.yml
14
action.yml
|
@ -1,9 +1,9 @@
|
|||
name: 'Issue Label Manager Action'
|
||||
description: 'Will update repo's labels based on data in JSON file located at $REPO/.github/labels.json'
|
||||
author: 'Benjamin Lannon <benjamin@lannonbr.com>'
|
||||
name: "Issue Label Manager Action"
|
||||
description: "Will update repo's labels based on data in JSON file located at $REPO/.github/labels.json"
|
||||
author: "Benjamin Lannon <benjamin@lannonbr.com>"
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'lib/index.js'
|
||||
using: "node12"
|
||||
main: "lib/index.js"
|
||||
branding:
|
||||
icon: 'upload'
|
||||
color: 'green'
|
||||
icon: "upload"
|
||||
color: "green"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue