From 431a0166b6ad91c125576a2fd7f20691b481edaf Mon Sep 17 00:00:00 2001 From: Benjamin Lannon Date: Sun, 25 Aug 2019 21:38:20 -0400 Subject: [PATCH] Swapping to double-quotes for strings --- action.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/action.yml b/action.yml index cbd5386..04b4ffa 100644 --- a/action.yml +++ b/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 ' +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 " runs: - using: 'node12' - main: 'lib/index.js' + using: "node12" + main: "lib/index.js" branding: - icon: 'upload' - color: 'green' \ No newline at end of file + icon: "upload" + color: "green"