Skip to content

Commit

Permalink
Merge pull request #6 from snok/sondrelg/fix-keep-at-least-default
Browse files Browse the repository at this point in the history
Add default value for keep-at-least
  • Loading branch information
sondrelg authored Oct 25, 2021
2 parents a79bfad + 88d7bea commit 455daa3
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 455daa3

Please sign in to comment.