Skip to content

Commit

Permalink
Dots should be inside the quotation marks
Browse files Browse the repository at this point in the history
  • Loading branch information
SerhatG committed Apr 28, 2022
1 parent 575c81d commit 3a6dc89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extras/docker-build-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ inputs:
default: "repo"
DOCKERFILE_LOCATION:
required: false
description: "The location of the Dockerfile inside the Docker work directory".
description: "The location of the Dockerfile inside the Docker work directory."
default: "Dockerfile"

runs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ inputs:
default: "repo"
DOCKERFILE_LOCATION:
required: false
description: "The location of the Dockerfile inside the Docker work directory".
description: "The location of the Dockerfile inside the Docker work directory."
default: "Dockerfile"
ROOT_POM_DIRECTORY:
required: false
Expand Down
2 changes: 1 addition & 1 deletion extras/docker-publish-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ inputs:
default: "repo"
DOCKERFILE_LOCATION:
required: false
description: "The location of the Dockerfile inside the Docker work directory".
description: "The location of the Dockerfile inside the Docker work directory."
default: "Dockerfile"
ROOT_POM_DIRECTORY:
required: false
Expand Down

0 comments on commit 3a6dc89

Please sign in to comment.