Skip to content

Commit

Permalink
Merge pull request #302 from benjaminmillhouse/patch-1
Browse files Browse the repository at this point in the history
Change images "required" value
  • Loading branch information
sgollapudi77 authored Jul 6, 2023
2 parents 83fb340 + f613a60 commit 99c0cca
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

1 comment on commit 99c0cca

@MissAlleyCat
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Committ

Please sign in to comment.