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 87e8dd5 commit db05e83Copy full SHA for db05e83
.github/workflows/on_external_dispatch.yml
@@ -42,7 +42,7 @@ jobs:
42
run: |
43
cd external/duckdb
44
git fetch origin
45
- git checkout ${{ inputs.duckdb_git_ref }}
+ git checkout ${{ inputs.duckdb-sha }}
46
47
- name: Commit and push new submodule ref
48
# see https://github.com/actions/checkout?tab=readme-ov-file#push-a-commit-to-a-pr-using-the-built-in-token
0 commit comments