Skip to content

Commit 44b6d6b

Browse files
authored
Merge pull request microsoft#1926 from mjcheetham/ci-workflow-customname
build: add run_name input to support cross-repo automation
2 parents 7c1ba07 + 121f0cc commit 44b6d6b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: VFS for Git
22

3+
run-name: ${{ inputs.run_name || 'VFS for Git' }}
4+
35
on:
46
pull_request:
57
branches: [ master, releases/shipped ]
@@ -11,6 +13,10 @@ on:
1113
description: 'Microsoft Git version tag to include in the build (leave empty for default)'
1214
required: false
1315
type: string
16+
run_name:
17+
description: 'Optional display name for this run (used for cross-repo automation)'
18+
required: false
19+
type: string
1420

1521
permissions:
1622
contents: read

0 commit comments

Comments
 (0)