Skip to content

Commit f34174f

Browse files
committed
wip: fixes variable name
1 parent 9912e80 commit f34174f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/setup/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ runs:
213213
BP=$(forge dump .)
214214
215215
CUE=$(echo "$BP" | jq -r .global.ci.providers.cue.install)
216-
if [[ "$TIMONI" == "true" ]]; then
216+
if [[ "$CUE" == "true" ]]; then
217217
INSTALL=1
218218
VERSION=$(echo "$BP" | jq -r .global.ci.providers.cue.version)
219219
echo "install=$INSTALL" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)