Skip to content

Commit 11b2a65

Browse files
committed
Set default on job params since schedule does not use input defaults
1 parent 7cb84c5 commit 11b2a65

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/update-integration.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
type: string
88
description: Release a specific branch of the core and wagons. Leave empty for intelligent defaults.
99
required: false
10-
default: master
1110
schedule:
1211
- cron: 10 3 * * 1-5
1312

@@ -18,5 +17,5 @@ jobs:
1817
composition: ${{ github.repository }}
1918
release_type: regular
2019
stage: integration
21-
target_branch: ${{ inputs.target_branch }}
20+
target_branch: ${{ inputs.target_branch || 'master' }}
2221
secrets: inherit

0 commit comments

Comments
 (0)