From 488446cac8b5013869ee55050ae4b98f55feec35 Mon Sep 17 00:00:00 2001 From: Lykoi18 Date: Thu, 19 Oct 2023 18:24:27 +0400 Subject: [PATCH] Add defaults in inputs / Update job name --- .github/workflows/update_version.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_version.yml b/.github/workflows/update_version.yml index 5ee0597ca2be..ebc98879dedc 100644 --- a/.github/workflows/update_version.yml +++ b/.github/workflows/update_version.yml @@ -1,19 +1,23 @@ name: Update version in all workspaces on: - pull_request: + pull_request: workflow_dispatch: inputs: branch_name: type: string description: XX_X (23_2+) required: true + default: 23_2 version: type: string description: XX.X.X Set exact version (optional) + required: true + default: 23.2.1 jobs: - build: + update_version: + name: Update version and create PR runs-on: devextreme-shr2 steps: