Skip to content

Commit

Permalink
Add numeric default for keep-at-least option, so parsing doesnt fail …
Browse files Browse the repository at this point in the history
…when unspecified
  • Loading branch information
sondrelg committed Oct 25, 2021
1 parent a79bfad commit 88d7bea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ inputs:
keep-at-least:
description: 'How many images to keep no matter what. Defaults to 0 which means you might delete everything'
required: false
default: '0'

runs:
using: 'docker'
Expand Down

0 comments on commit 88d7bea

Please sign in to comment.