Skip to content

Commit db05e83

Browse files
committed
Fix submodule commit
1 parent 87e8dd5 commit db05e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on_external_dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
cd external/duckdb
4444
git fetch origin
45-
git checkout ${{ inputs.duckdb_git_ref }}
45+
git checkout ${{ inputs.duckdb-sha }}
4646
4747
- name: Commit and push new submodule ref
4848
# see https://github.com/actions/checkout?tab=readme-ov-file#push-a-commit-to-a-pr-using-the-built-in-token

0 commit comments

Comments
 (0)