Skip to content

Commit cdd6971

Browse files
committed
fix propagation of duckdb has between jobs
1 parent 80e31af commit cdd6971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cifuzz-basic.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
enable_verification: false
4040
repo: ${{ github.repository }}
4141
secrets:
42-
DUCKDB_HASH: ${{ needs.build-duckdb.outputs.duckdb-hash }}
42+
DUCKDB_HASH: ${{ needs.build-duckdb.outputs.hash }}

0 commit comments

Comments
 (0)