We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cb84c5 commit 11b2a65Copy full SHA for 11b2a65
1 file changed
.github/workflows/update-integration.yml
@@ -7,7 +7,6 @@ on:
7
type: string
8
description: Release a specific branch of the core and wagons. Leave empty for intelligent defaults.
9
required: false
10
- default: master
11
schedule:
12
- cron: 10 3 * * 1-5
13
@@ -18,5 +17,5 @@ jobs:
18
17
composition: ${{ github.repository }}
19
release_type: regular
20
stage: integration
21
- target_branch: ${{ inputs.target_branch }}
+ target_branch: ${{ inputs.target_branch || 'master' }}
22
secrets: inherit
0 commit comments