We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9109d59 commit 49f7056Copy full SHA for 49f7056
.github/actions/install-tiledb/action.yml
@@ -176,7 +176,7 @@ runs:
176
if found_sha256 != expected_sha256:
177
print("SHA256 hashes don't match!")
178
print("Expected: '{!r}'".format(expected_sha256))
179
- print("Found: '{!r}'".format(foun_sha256))
+ print("Found: '{!r}'".format(found_sha256))
180
exit(1)
181
182
with open(os.environ["GITHUB_OUTPUT"], 'w') as handle:
0 commit comments