Skip to content

Commit

Permalink
feat: added github.repository as default for repository parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
philprime committed Feb 27, 2023
1 parent bde32fb commit cd9602d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ description: Removes workflow runs of delete p
inputs:
token:
description: Personal access token (auto-populated). It is used only because anonymous requests are rate-limited. It can be overridden to an empty value.
required: true
default: ${{ github.token }}
repository:
description: Repository name with owner. E.g. actions/checkout
required: true
default: ${{ github.repository }}
dry_run:
description: Only find stale workflow runs but do not delete anything
default: 'false'
Expand Down

0 comments on commit cd9602d

Please sign in to comment.