Skip to content

Commit e6a4010

Browse files
committed
update
1 parent 58eeacb commit e6a4010

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
# Run and verify 01.sh
3838
chmod +x submission/01.sh
3939
HASH=$(submission/01.sh)
40-
if [[ "$HASH" == "000000b024f11595795f0be5974229f786df389c8b92e92b61890e9e3c6b8d8a" ]]; then
40+
EXPECTED=000000b024f11595795f0be5974229f786df389c8b92e92b61890e9e3c6b8d8a
41+
if [[ "$HASH" == "$EXPECTED" ]]; then
4142
echo "✅ Success: Verify Hash Block passed!"
4243
else
4344
echo "❌ Error: Verify Hash Block failed!"

0 commit comments

Comments
 (0)