Skip to content

Commit 0f03b6b

Browse files
nightly-dev build
1 parent b213491 commit 0f03b6b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release-nightly-dev.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ on:
1212

1313
workflow_dispatch:
1414
inputs:
15-
branch:
15+
branch-to-build:
16+
# do not use branch as name as it will be master in a scheduled run
1617
type: string
1718
description: 'Branch to checkout, build and publish'
1819
required: false
@@ -31,7 +32,7 @@ jobs:
3132
- name: Checkout
3233
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3334
with:
34-
ref: ${{ github.event.inputs.branch || 'dev'}}
35+
ref: ${{ github.event.inputs.branch-to-build || 'dev'}}
3536

3637
- name: Configure git
3738
run: |

0 commit comments

Comments
 (0)