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": {