Skip to content

Commit

Permalink
remove dot
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Dec 14, 2023
1 parent d5b9118 commit f30c969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-push-image-with-apko/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ inputs:
required: false

overwrite:
description: 'Overwrite the existing image tag.'
description: 'Overwrite the existing image tag'
default: 'false'
required: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-deps-updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:
inputs:
overwrite:
description: 'Overwrite the existing image tags.'
description: 'Overwrite the existing image tags'
required: false
default: 'false'
jobs:
Expand Down

0 comments on commit f30c969

Please sign in to comment.