We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e31af commit cdd6971Copy full SHA for cdd6971
.github/workflows/cifuzz-basic.yml
@@ -39,4 +39,4 @@ jobs:
39
enable_verification: false
40
repo: ${{ github.repository }}
41
secrets:
42
- DUCKDB_HASH: ${{ needs.build-duckdb.outputs.duckdb-hash }}
+ DUCKDB_HASH: ${{ needs.build-duckdb.outputs.hash }}
0 commit comments