diff --git a/action.yaml b/action.yaml index 81c8f15..e2c14c6 100644 --- a/action.yaml +++ b/action.yaml @@ -54,6 +54,9 @@ runs: else echo "No spaces detected in emulators list." fi + + # Remove trailing comma if it exists + EMULATORS=$(echo "$EMULATORS" | sed 's/,$//') # Output the result for debugging purposes echo "Stripped emulators list: $EMULATORS"