From b7b36f040d4e6cbe786b37ec568109536a22ec15 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Dec 2021 19:28:29 +0000 Subject: [PATCH] feat: build for release --- README.md | 2 +- action.yml | 2 +- node_modules/.package-lock.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 38a041a..0eee670 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Response status. Will be `true` if some issue was found. `false` otherwise. ## Example usage ```yaml -uses: .github/actoins/find-latest-issue +uses: micalevisk/find-last-issue with: labels: 'report,automated issue' env: diff --git a/action.yml b/action.yml index 32c9ced..3600a87 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'Find latest issue' +name: 'Find Last Issue' author: 'Micael Levi L. C.' description: 'GitHub Action to find and export the number of last updated issue whithin some repository that has given labels.' inputs: diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index e7d36f9..1ff68f1 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "last-issue-action", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": {