From 6bbe962d263c480dd337820ab30824fd990a11a4 Mon Sep 17 00:00:00 2001 From: David Seveloff Date: Wed, 16 Aug 2023 15:13:24 +0300 Subject: [PATCH] Add default values to bump and get previous release --- .github/workflows/bump-channel-version/action.yml | 1 + .github/workflows/get-previous-release/action.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/bump-channel-version/action.yml b/.github/workflows/bump-channel-version/action.yml index 9b088259f91..e0b1b7df2d4 100644 --- a/.github/workflows/bump-channel-version/action.yml +++ b/.github/workflows/bump-channel-version/action.yml @@ -13,6 +13,7 @@ inputs: description: 'The postfix that will be added to the package version -rc / -test / empty.' OVERRIDE_PACKAGE_VERSION: required: false + default: false description: 'Should override the PACKAGE_VERSION value with a custom value for the one click release process.' runs: diff --git a/.github/workflows/get-previous-release/action.yml b/.github/workflows/get-previous-release/action.yml index f9b18fea6d3..f5d8cbc13ad 100644 --- a/.github/workflows/get-previous-release/action.yml +++ b/.github/workflows/get-previous-release/action.yml @@ -7,6 +7,7 @@ inputs: description: "The channel to get the version to (ga, cloud, beta)." POSTFIX: required: false + default: "" description: "The postfix that will be added to the package version -rc / -test / "" (empty string)." runs: