Skip to content

Commit 7d543a0

Browse files
committed
Workflow input names and defaults
1 parent db05e83 commit 7d543a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/on_external_dispatch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on:
44
inputs:
55
duckdb-sha:
66
type: string
7-
description: The DuckDB SHA to build against
7+
description: The DuckDB submodule commit to build against
88
required: true
99
commit-duckdb-sha:
1010
type: boolean
11-
description: Set (commit) the DuckDB submodule to the given SHA
12-
default: true
11+
description: Commit and push the DuckDB submodule ref
12+
default: false
1313
force-version:
1414
type: string
1515
description: Force version (vX.Y.Z-((rc|post)N))

0 commit comments

Comments
 (0)