We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b14189 commit f260548Copy full SHA for f260548
lib/actions/configure.sh
@@ -44,7 +44,7 @@ configure_gha() {
44
fi
45
46
47
- # Set and validate envioronment
+ # Set and validate environment
48
gha_environment="$1"
49
shift # Remove the first argument
50
gha_environment_uppercase=$(echo "$gha_environment" | tr '[:lower:]' '[:upper:]')
0 commit comments