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 -