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 db05e83 commit 7d543a0Copy full SHA for 7d543a0
.github/workflows/on_external_dispatch.yml
@@ -4,12 +4,12 @@ on:
4
inputs:
5
duckdb-sha:
6
type: string
7
- description: The DuckDB SHA to build against
+ description: The DuckDB submodule commit to build against
8
required: true
9
commit-duckdb-sha:
10
type: boolean
11
- description: Set (commit) the DuckDB submodule to the given SHA
12
- default: true
+ description: Commit and push the DuckDB submodule ref
+ default: false
13
force-version:
14
15
description: Force version (vX.Y.Z-((rc|post)N))
0 commit comments