Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexleventer committed Sep 4, 2019
1 parent cf2011a commit 050843a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"main": "dist/app.js",
"version": "1.0.1",
"scripts": {
"build": "tsc",
"test": "jest"
Expand Down

0 comments on commit 050843a

Please sign in to comment.