From 74165865929103dfec856bbd1bc1511a07603de0 Mon Sep 17 00:00:00 2001 From: action-runner Date: Fri, 24 Oct 2025 12:35:41 +0000 Subject: [PATCH] action run testing-40 --- configure.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/configure.sh b/configure.sh index ed9e973..6a74e60 100755 --- a/configure.sh +++ b/configure.sh @@ -1,7 +1,4 @@ -#!/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash -set -o errexit -set -o nounset -set -o pipefail +#!/usr/bin/env bash echo "== CONFIGURATION ==" export AWS_ACCESS_KEY=${AWS_ACCESS_KEY:-} @@ -276,4 +273,3 @@ EOF else echo "== \$GITHUB_ENV is not set. not running as an action. ==" fi -