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"