Skip to content

Commit

Permalink
don't require any params by default, we like good defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Jun 9, 2024
1 parent 23af643 commit b8abe98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ branding:
inputs:
tags:
description: "List of tags to apply to the built image"
required: true
required: false
labels:
description: "List of metadata for an image"
required: false
Expand All @@ -30,7 +30,7 @@ inputs:
required: false
push:
description: "Boolean to determine if the built image should be pushed"
required: true
required: false
default: 'false'

runs:
Expand Down

0 comments on commit b8abe98

Please sign in to comment.