From 0331adc2e28aba3138ea4d07b78855977d2e8162 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 11 Sep 2023 14:41:20 +0200 Subject: [PATCH] Updates description (#15) --- action.yml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",