Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
Setting the `images` input as required is causing validation errors in my GitHub Actions extension.  
Per the description, it seems like the value should actually be set to `required: false`
  • Loading branch information
benjaminmillhouse authored and sgollapudi77 committed Aug 28, 2023
1 parent fb8292e commit afdfd78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ inputs:
default: '.'
images:
description: "Applies to Web App Containers only: Specify the fully qualified container image(s) name. For example, 'myregistry.azurecr.io/nginx:latest' or 'python:3.7.2-alpine/'. For multi-container scenario multiple container image names can be provided (multi-line separated)"
required: true
required: false
configuration-file:
description: 'Applies to Web App Containers only: Path of the Docker-Compose file. Should be a fully qualified path or relative to the default working directory. Required for multi-container scenario'
required: false
Expand Down

0 comments on commit afdfd78

Please sign in to comment.