Swapping to double-quotes for strings

This commit is contained in:
Benjamin Lannon 2019-08-25 21:38:20 -04:00
commit 431a0166b6

View file

@ -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"