Skip to content

Commit d173245

Browse files
committed
github: Set a default for the "branch" input for manual workflows
1 parent ab7e195 commit d173245

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
branch:
99
description: 'Branch to extract from'
1010
type: string
11+
default: 'master'
1112
login:
1213
description: 'Log in to Docker Hub'
1314
type: boolean

.github/workflows/msvcrt.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
branch:
99
description: 'Branch to extract from'
1010
type: string
11+
default: 'master'
1112
upload:
1213
description: 'Upload the artifacts'
1314
type: boolean

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
branch:
99
description: 'Branch to extract from'
1010
type: string
11+
default: 'master'
1112
tag:
1213
description: 'Tag to create/upload to'
1314
required: true

.github/workflows/test-libcxx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
branch:
99
description: 'Branch to extract from'
1010
type: string
11+
default: 'master'
1112
pipeline_type:
1213
description: 'Pipeline type'
1314
required: true

.github/workflows/test-llvm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
branch:
99
description: 'Branch to extract from'
1010
type: string
11+
default: 'master'
1112
pipeline_type:
1213
description: 'Pipeline type'
1314
required: true

0 commit comments

Comments
 (0)