Creates an issue even if inputs.issue_labels is not given (#21)

* Creates an issue even if inputs.issue_labels is not given

* 1.0.0

* Use v1.0.0 in example, daily scan
This commit is contained in:
Naoki Oketani
2019-12-09 22:49:41 +09:00
committed by GitHub
parent be0cdcbe10
commit 2e5ad3c2cf
7 changed files with 20 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "npm-audit-action",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"description": "GitHub Action to run `npm audit`",
"main": "lib/main.js",