Skip to content

Commit 4cef249

Browse files
authored
Add missing input repo_url to workflow_call (#916)
1 parent f5caba3 commit 4cef249

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ on:
6262

6363
workflow_call:
6464
inputs:
65+
repo_url:
66+
description: 'Repo Manifest URL'
67+
default: 'https://github.com/compnerd/swift-build'
68+
required: false
69+
type: string
70+
6571
swift_version:
6672
description: 'Swift Version'
6773
default: '0.0.0'

0 commit comments

Comments
 (0)