Skip to content

Commit 511e63a

Browse files
committed
Fix action syntax error
1 parent b0166fd commit 511e63a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
export FVM_VERSION=${1:-"latest"}
3-
export FVM_WORKSPACE=${$2:-"${GITHUB_WORKSPACE}"}
3+
export FVM_WORKSPACE=${2:-"${GITHUB_WORKSPACE}"}
44
export FVM_CACHE_PATH="${RUNNER_TEMP}/fvm_cache"
55
export FVM_GIT_CACHE_PATH="${RUNNER_TEMP}/fvm_git_cache"
66
export FLUTTER_PUB_CACHE="${RUNNER_TEMP}/flutter/pub-cache"

0 commit comments

Comments
 (0)