We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e201c commit 4d096d9Copy full SHA for 4d096d9
action.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
-OS=$(echo "${RUNNER_OS:-linux}")
3
-ARCH=$(echo "${RUNNER_ARCH:-x64}")
+OS=${RUNNER_OS:-linux}
+ARCH=${RUNNER_ARCH:-x64}
4
5
# Action inputs
6
FLUTTER_VERSION=${1:-"latest"}
0 commit comments