Skip to content

Commit 5b01a56

Browse files
committed
Fix
1 parent 4d9d013 commit 5b01a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workspace-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
echo "Using version $MAIN_VERSION" | tee -a $GITHUB_STEP_SUMMARY
108108
109109
{
110-
echo "version=$("$MAIN_VERSION")"
110+
echo "version=$MAIN_VERSION"
111111
} >> $GITHUB_OUTPUT
112112
fi
113113
if [[ '${{ inputs.image_repo_base }}' != '' ]]; then

0 commit comments

Comments
 (0)