From 050843a0f0bc0548a0342d0c5f1dea0810c4da1a Mon Sep 17 00:00:00 2001 From: Alex Leventer Date: Tue, 3 Sep 2019 22:53:25 -0700 Subject: [PATCH] bump version --- action.yml | 2 +- package.json | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index dc23b0ef..57913759 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: ' GitHub Issue Due Dates Action' description: 'Add overdue labels to past-due GitHub issues' author: 'Alex Leventer' inputs: - GITHUB_TOKEN: + GH_TOKEN: description: GitHub token used to make API requests required: true branding: diff --git a/package.json b/package.json index 733045a4..1e0697b9 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,6 @@ { + "main": "dist/app.js", + "version": "1.0.1", "scripts": { "build": "tsc", "test": "jest"