From f30c969f67dc5a7fc0dc573bef99b922d27ba949 Mon Sep 17 00:00:00 2001 From: Salah Aldeen Al Saleh Date: Thu, 14 Dec 2023 17:36:08 +0000 Subject: [PATCH] remove dot --- .github/actions/build-push-image-with-apko/action.yml | 2 +- .github/workflows/image-deps-updater.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/build-push-image-with-apko/action.yml b/.github/actions/build-push-image-with-apko/action.yml index 2c49570f56..eb5314ed79 100644 --- a/.github/actions/build-push-image-with-apko/action.yml +++ b/.github/actions/build-push-image-with-apko/action.yml @@ -20,7 +20,7 @@ inputs: required: false overwrite: - description: 'Overwrite the existing image tag.' + description: 'Overwrite the existing image tag' default: 'false' required: false diff --git a/.github/workflows/image-deps-updater.yaml b/.github/workflows/image-deps-updater.yaml index 525fae81e2..f13ec04845 100644 --- a/.github/workflows/image-deps-updater.yaml +++ b/.github/workflows/image-deps-updater.yaml @@ -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: