diff --git a/action.yml b/action.yml index 1a8aa9f..3758bda 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ -name: Purge deprecated workflow runs +name: Purge workflow runs description: >- Delete github workflow runs that don't have a corresponding workflow (anymore) from the - current repository. + current repository. Optionally delete cancelled, failed or skipped workflow runs. author: hanseartic inputs: token: diff --git a/package.json b/package.json index 62e75dc..4a776ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "purge-deprecated-workflow-runs", - "description": "Delete github workflow runs that don't have a corresponding workflow (anymore) from the current repository.", + "description": "Delete github workflow runs that don't have a corresponding workflow (anymore) from the current repository. Optionally delete cancelled, failed or skipped workflow runs.", "main": "dist/index.js", "scripts": { "build": "npx @vercel/ncc build",