From 068db9894e9da1e5454d322d08d3270c0b3392a3 Mon Sep 17 00:00:00 2001 From: action-runner Date: Fri, 24 Oct 2025 12:57:52 +0000 Subject: [PATCH] action run testing-44 --- configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.sh b/configure.sh index a988e80..e4c282f 100755 --- a/configure.sh +++ b/configure.sh @@ -90,7 +90,7 @@ RUNNER_USERNAME="$RUNNER_USERNAME" TWINE_NON_INTERACTIVE="$TWINE_NON_INTERACTIVE" EOF -CURRENT_CONFIG_HASH=$(envsubst < "$CONFIG_HASH_FILE" | sha256sum) +CURRENT_CONFIG_HASH=$(cat "$CONFIG_HASH_FILE" | sha256sum) echo "current config hash: $CURRENT_CONFIG_HASH" echo "last config hash: $LAST_CONFIG_HASH"