Skip to content

Commit

Permalink
Updates description (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanseartic authored Sep 11, 2023
1 parent 88c01db commit 0331adc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0331adc

Please sign in to comment.