Skip to content

Commit

Permalink
Add defaults in inputs / Update job name
Browse files Browse the repository at this point in the history
  • Loading branch information
Lykoi18 committed Oct 19, 2023
1 parent febfa55 commit 488446c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/update_version.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 488446c

Please sign in to comment.